Color Hex Logo

#9deaef Color Hex

#9DEAEF
(157,234,239)
0 Favorites   0 Comments

Color spaces of #9deaef

RGB 157234239
HSL0.510.720.78
HSV184°34°94°
CMYK 0.340.020.00   0.06
XYZ58.907472.245792.5014
Yxy72.24570.26340.3230
Hunter Lab84.9975-25.0364-5.0261
CIE-Lab88.0867-22.3511-9.9602

#9deaef color RGB value is (157,234,239).

#9deaef hex color red value is 157, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9deaef hue: 0.51 , saturation: 0.72 and the lightness value of 9deaef is 0.78.

The process color (four color CMYK) of #9deaef color hex is 0.34, 0.02, 0.00, 0.06. Web safe color of #9deaef is #99ffff. Color #9deaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 11101111
Octal 235 352 357
Decimal 157 234 239
Hex 9D EA EF

RGB Percentages of Color #9deaef

%24.92
%37.14
%37.94

CMYK Percentages of Color #9deaef

%34
%2
%0
%6

Triadic Colors of #9deaef

#9deaef #ef9dea #eaef9d

Analogous Colors of #9deaef

#9deaef #9dc1ef #9defcb

Monochromatic Colors of #9deaef

#9deaef

Complementary Color

#9deaef #efa29d

#9deaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deaef Color CSS Codes

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

#9deaef Text Font Color

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

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


#9deaef Background Color

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

This div background color is #9deaef


#9deaef Border Color

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

This div border color is #9deaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deaef


Comments

No comments written yet.

Please login to write comment.