Color Hex Logo

#7daed0 Color Hex

#7DAED0
(125,174,208)
0 Favorites   0 Comments

Color spaces of #7daed0

RGB 125174208
HSL0.570.470.65
HSV205°40°82°
CMYK 0.400.160.00   0.18
XYZ34.978739.186165.3946
Yxy39.18610.25060.2808
Hunter Lab62.5988-9.8064-18.1189
CIE-Lab68.8859-7.5777-22.3874

#7daed0 color RGB value is (125,174,208).

#7daed0 hex color red value is 125, green value is 174 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #7daed0 hue: 0.57 , saturation: 0.47 and the lightness value of 7daed0 is 0.65.

The process color (four color CMYK) of #7daed0 color hex is 0.40, 0.16, 0.00, 0.18. Web safe color of #7daed0 is #6699cc. Color #7daed0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101110 11010000
Octal 175 256 320
Decimal 125 174 208
Hex 7D AE D0

RGB Percentages of Color #7daed0

%24.65
%34.32
%41.03

CMYK Percentages of Color #7daed0

%40
%16
%0
%18

Triadic Colors of #7daed0

#7daed0 #d07dae #aed07d

Analogous Colors of #7daed0

#7daed0 #7d85d0 #7dd0c9

Monochromatic Colors of #7daed0

#7daed0

Complementary Color

#7daed0 #d09f7d

#7daed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daed0 Color CSS Codes

.mybgcolor {background-color:#7daed0; } 
.myforecolor {color:#7daed0; }
.mybordercolor {border:3px solid #7daed0; }

#7daed0 Text Font Color

<p style="color:#7daed0">Text here</p>

This sample text font color is #7daed0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7daed0 Background Color

<div style="background-color:#7daed0">
Div content here</div>

This div background color is #7daed0


#7daed0 Border Color

<div style="border:3px solid #7daed0">
Div here</div>

This div border color is #7daed0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,174,208, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7daed0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7daed0;
  -webkit-box-shadow: 1px 1px 3px 2px #7daed0;
  box-shadow:         1px 1px 3px 2px #7daed0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,174,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7daed0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7daed0;
  -webkit-box-shadow: 1px 1px 3px 2px #7daed0;
  box-shadow:         1px 1px 3px 2px #7daed0;">
Div content here</div>

This div box has shadow with color #7daed0


Comments

No comments written yet.

Please login to write comment.