Color Hex Logo

#9deaf4 Color Hex

#9DEAF4
(157,234,244)
0 Favorites   0 Comments

Color spaces of #9deaf4

RGB 157234244
HSL0.520.800.79
HSV187°36°96°
CMYK 0.360.040.00   0.04
XYZ59.656672.545496.4464
Yxy72.54540.26090.3173
Hunter Lab85.1736-24.0302-7.5156
CIE-Lab88.2305-21.1710-12.3678

#9deaf4 color RGB value is (157,234,244).

#9deaf4 hex color red value is 157, green value is 234 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #9deaf4 hue: 0.52 , saturation: 0.80 and the lightness value of 9deaf4 is 0.79.

The process color (four color CMYK) of #9deaf4 color hex is 0.36, 0.04, 0.00, 0.04. Web safe color of #9deaf4 is #99ffff. Color #9deaf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 11110100
Octal 235 352 364
Decimal 157 234 244
Hex 9D EA F4

RGB Percentages of Color #9deaf4

%24.72
%36.85
%38.43

CMYK Percentages of Color #9deaf4

%36
%4
%0
%4

Triadic Colors of #9deaf4

#9deaf4 #f49dea #eaf49d

Analogous Colors of #9deaf4

#9deaf4 #9dbff4 #9df4d3

Monochromatic Colors of #9deaf4

#9deaf4

Complementary Color

#9deaf4 #f4a79d

#9deaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deaf4 Color CSS Codes

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

#9deaf4 Text Font Color

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

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


#9deaf4 Background Color

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

This div background color is #9deaf4


#9deaf4 Border Color

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

This div border color is #9deaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deaf4


Comments

No comments written yet.

Please login to write comment.