Color Hex Logo

#9dafcd Color Hex

#9DAFCD
(157,175,205)
0 Favorites   0 Comments

Color spaces of #9dafcd

RGB 157175205
HSL0.600.320.71
HSV218°23°80°
CMYK 0.230.150.00   0.20
XYZ40.254042.235863.7883
Yxy42.23580.27520.2887
Hunter Lab64.9891-3.1686-12.7022
CIE-Lab71.03320.3428-17.2920

#9dafcd color RGB value is (157,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101111 11001101
Octal 235 257 315
Decimal 157 175 205
Hex 9D AF CD

RGB Percentages of Color #9dafcd

%29.24
%32.59
%38.18

CMYK Percentages of Color #9dafcd

%23
%15
%0
%20

Triadic Colors of #9dafcd

#9dafcd #cd9daf #afcd9d

Analogous Colors of #9dafcd

#9dafcd #a39dcd #9dc7cd

Monochromatic Colors of #9dafcd

#9dafcd

Complementary Color

#9dafcd #cdbb9d

#9dafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dafcd Color CSS Codes

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

#9dafcd Text Font Color

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

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


#9dafcd Background Color

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

This div background color is #9dafcd


#9dafcd Border Color

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

This div border color is #9dafcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,175,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 #9dafcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dafcd


Comments

No comments written yet.

Please login to write comment.