Color Hex Logo

#9dafd8 Color Hex

#9DAFD8
(157,175,216)
0 Favorites   0 Comments

Color spaces of #9dafd8

RGB 157175216
HSL0.620.430.73
HSV222°27°85°
CMYK 0.270.190.00   0.15
XYZ41.629342.785971.0302
Yxy42.78590.26780.2752
Hunter Lab65.4109-0.8669-18.5958
CIE-Lab71.40942.9495-22.7508

#9dafd8 color RGB value is (157,175,216).

#9dafd8 hex color red value is 157, green value is 175 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #9dafd8 hue: 0.62 , saturation: 0.43 and the lightness value of 9dafd8 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101111 11011000
Octal 235 257 330
Decimal 157 175 216
Hex 9D AF D8

RGB Percentages of Color #9dafd8

%28.65
%31.93
%39.42

CMYK Percentages of Color #9dafd8

%27
%19
%0
%15

Triadic Colors of #9dafd8

#9dafd8 #d89daf #afd89d

Analogous Colors of #9dafd8

#9dafd8 #a99dd8 #9dcdd8

Monochromatic Colors of #9dafd8

#9dafd8

Complementary Color

#9dafd8 #d8c69d

#9dafd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dafd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dafd8 Color CSS Codes

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

#9dafd8 Text Font Color

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

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


#9dafd8 Background Color

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

This div background color is #9dafd8


#9dafd8 Border Color

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

This div border color is #9dafd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dafd8


Comments

No comments written yet.

Please login to write comment.