Color Hex Logo

#9dafea Color Hex

#9DAFEA
(157,175,234)
0 Favorites   0 Comments

Color spaces of #9dafea

RGB 157175234
HSL0.630.650.77
HSV226°33°92°
CMYK 0.330.250.00   0.08
XYZ44.085943.768683.9665
Yxy43.76860.25660.2547
Hunter Lab66.15783.1716-28.9395
CIE-Lab72.07367.4137-31.5544

#9dafea color RGB value is (157,175,234).

#9dafea hex color red value is 157, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9dafea hue: 0.63 , saturation: 0.65 and the lightness value of 9dafea is 0.77.

The process color (four color CMYK) of #9dafea color hex is 0.33, 0.25, 0.00, 0.08. Web safe color of #9dafea is #9999ff. Color #9dafea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101111 11101010
Octal 235 257 352
Decimal 157 175 234
Hex 9D AF EA

RGB Percentages of Color #9dafea

%27.74
%30.92
%41.34

CMYK Percentages of Color #9dafea

%33
%25
%0
%8

Triadic Colors of #9dafea

#9dafea #ea9daf #afea9d

Analogous Colors of #9dafea

#9dafea #b29dea #9dd6ea

Monochromatic Colors of #9dafea

#9dafea

Complementary Color

#9dafea #ead89d

#9dafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dafea Color CSS Codes

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

#9dafea Text Font Color

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

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


#9dafea Background Color

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

This div background color is #9dafea


#9dafea Border Color

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

This div border color is #9dafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dafea


Comments

No comments written yet.

Please login to write comment.