@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#7dafd0 hex color - Blue - Cool color - Information

#7dafd0 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7dafd0 Color code in RGB color code model is created after adding 49.02% red color, 68.63% green color and 81.57% blue color. Hex #7dafd0 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 16% magenta, 0% yellow and 18.43% black.

Hex #7dafd0 color code is between #77aacc web safe hex color code and #88bbdd web safe hex color code. #77aacc is the nearest web safe color code. You can see here many more shades of #7dafd0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 7dafd0 #7dafd0
RGB Decimal 125, 175, 208 rgb(125, 175, 208)
RGB Percent 49%, 69%, 82% rgb(49%, 69%, 82%)
CSS RGBa 125, 175, 208,1 rgba(125,175,208,1)
CMYK Model cmyk(40%,16%,0%,18.43%)
HSL Color Space 204,47% ,65% hsl(204,47% ,65%)
HSV Color Space 204°, 40%, 82%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01111101 10101111 11010000
Octal 175 257 320
Decimal 125 175 208
Hex 7d af d0

Different shades of #7dafd0 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #7dafd0
#a2c6de
Dark Shade of #7dafd0
#5898c2
Saturated Shade of #7dafd0
#74b1d9
Desaturated Shade of #7dafd0
#86adc7
Grey scale Shade of #7dafd0
#a6a6a6
Brighten Shade
#96c8e9
Most Readable Shade
#000000

Shades of #7dafd0 color code

Generate more color scales with scales (color stack) generator.

#7dafd0
#6f9bb8
#6188a1
#53748a
#456173
#374d5c
#293a45
#1b262e
#0d1317
#000000

Similar Color like #7dafd0 color

Find visually similar hex color codes nearing to #7dafd0 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#7eb0d1
#7fb1d2
#80b2d3
#81b3d4
#82b4d5
#83b5d6
#84b6d7
#85b7d8
#86b8d9
#87b9da
#88badb
#89bbdc
#8abcdd
#8bbdde
#7caecf
#7badce
#7aaccd
#79abcc
#78aacb
#77a9ca
#76a8c9
#75a7c8
#74a6c7
#73a5c6
#72a4c5
#71a3c4
#70a2c3
#6fa1c2

Monochromatic Color with #7dafd0

#7dafd0
#97d3fa
#172026
#304450
#4a677b
#638ba5

Tints of #7dafd0 Color

#7dafd0
#8bb7d5
#99c0da
#a8c9df
#b6d2e4
#c5dbea
#d3e4ef
#e2edf4
#f0f6f9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#7dafd0
#d09e7d

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#7dafd0
#d07d86
#d0c77d

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#7dd0d0
#7dc0d0
#7dafd0
#7d9ed0
#7d8ed0

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#7dafd0
#d07daf
#afd07d

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#7dafd0
#c77dd0
#d09e7d
#85d07d

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#7dafd0
#d09e7d
#d0c77d
#7d86d0

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #7dafd0 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#7dafd0 Color Code Preview on Black Background Color

This is how #7dafd0 Color will look on black background color. Color contrast ratio is 8.91

#7dafd0 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#7dafd0">Your Example Paragraph content text in with font color #7dafd0 </p>

Your Example Paragraph content text in with font color #7dafd0

HTML with inline CSS

<div style="color:#7dafd0">Your Paragraph text in with font color #7dafd0 </div>

Your Example Paragraph content text in with font color #7dafd0

#7dafd0 color code is use for CSS Background Color

Background color for the above div is #7dafd0

HTML with inline CSS

<div style="background-color:#7dafd0;"></div>

#7dafd0 color code is use for CSS Border Color

CSS Border color for the above div is #7dafd0

HTML with inline CSS

<div style="border:5px solid #7dafd0;"></div>

CSS Border Left color for the above div is #7dafd0

HTML with inline CSS

<div style="border-left:5px solid #7dafd0;"></div>

CSS Border Right color for the above div is #7dafd0

HTML with inline CSS

<div style="border-right:5px solid #7dafd0;"></div>

CSS Border Bottom color for the above div is #7dafd0

HTML with inline CSS

<div style="border-bottom:5px solid #7dafd0;"></div>

CSS Border Top color for the above div is #7dafd0

HTML with inline CSS

<div style="border-top:5px solid #7dafd0;"></div>

#7dafd0 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#7dafd0; } .examplecolorclass {color:#7dafd0; } .examplebordercolor {border:3px solid #7dafd0; }

#7dafd0 Color code Preview on White Background

This is how #7dafd0 Color code will look on white background color. Color contrast ratio is 2.36

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #7dafd0; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7dafd0; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(125,175,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(208,158,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(125,175,208,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.