Color Hex Logo

#9dafdf Color Hex

#9DAFDF
(157,175,223)
0 Favorites   0 Comments

Color spaces of #9dafdf

RGB 157175223
HSL0.620.510.75
HSV224°30°87°
CMYK 0.300.220.00   0.13
XYZ42.553943.155875.8991
Yxy43.15580.26330.2670
Hunter Lab65.69310.6638-22.5161
CIE-Lab71.66064.6575-26.1938

#9dafdf color RGB value is (157,175,223).

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

The process color (four color CMYK) of #9dafdf color hex is 0.30, 0.22, 0.00, 0.13. Web safe color of #9dafdf is #9999cc. Color #9dafdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101111 11011111
Octal 235 257 337
Decimal 157 175 223
Hex 9D AF DF

RGB Percentages of Color #9dafdf

%28.29
%31.53
%40.18

CMYK Percentages of Color #9dafdf

%30
%22
%0
%13

Triadic Colors of #9dafdf

#9dafdf #df9daf #afdf9d

Analogous Colors of #9dafdf

#9dafdf #ac9ddf #9dd0df

Monochromatic Colors of #9dafdf

#9dafdf

Complementary Color

#9dafdf #dfcd9d

#9dafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dafdf Color CSS Codes

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

#9dafdf Text Font Color

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

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


#9dafdf Background Color

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

This div background color is #9dafdf


#9dafdf Border Color

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

This div border color is #9dafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dafdf


Comments

No comments written yet.

Please login to write comment.