Color Hex Logo

#9daecd Color Hex

#9DAECD
(157,174,205)
0 Favorites   0 Comments

Color spaces of #9daecd

RGB 157174205
HSL0.610.320.71
HSV219°23°80°
CMYK 0.230.150.00   0.20
XYZ40.060141.848063.7237
Yxy41.84800.27510.2874
Hunter Lab64.6900-2.6692-13.1213
CIE-Lab70.76600.8906-17.6961

#9daecd color RGB value is (157,174,205).

#9daecd hex color red value is 157, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9daecd hue: 0.61 , saturation: 0.32 and the lightness value of 9daecd is 0.71.

The process color (four color CMYK) of #9daecd color hex is 0.23, 0.15, 0.00, 0.20. Web safe color of #9daecd is #9999cc. Color #9daecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 11001101
Octal 235 256 315
Decimal 157 174 205
Hex 9D AE CD

RGB Percentages of Color #9daecd

%29.29
%32.46
%38.25

CMYK Percentages of Color #9daecd

%23
%15
%0
%20

Triadic Colors of #9daecd

#9daecd #cd9dae #aecd9d

Analogous Colors of #9daecd

#9daecd #a49dcd #9dc6cd

Monochromatic Colors of #9daecd

#9daecd

Complementary Color

#9daecd #cdbc9d

#9daecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daecd Color CSS Codes

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

#9daecd Text Font Color

<p style="color:#9daecd">Text here</p>

This sample text font color is #9daecd
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.


#9daecd Background Color

<div style="background-color:#9daecd">
Div content here</div>

This div background color is #9daecd


#9daecd Border Color

<div style="border:3px solid #9daecd">
Div here</div>

This div border color is #9daecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,174,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9daecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9daecd;
  -webkit-box-shadow: 1px 1px 3px 2px #9daecd;
  box-shadow:         1px 1px 3px 2px #9daecd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daecd


Comments

No comments written yet.

Please login to write comment.