Color Hex Logo

#9eafef Color Hex

#9EAFEF
(158,175,239)
0 Favorites   0 Comments

Color spaces of #9eafef

RGB 158175239
HSL0.630.720.78
HSV227°34°94°
CMYK 0.340.270.00   0.06
XYZ45.010544.161087.8130
Yxy44.16100.25430.2495
Hunter Lab66.45374.6077-31.8291
CIE-Lab72.33608.9697-33.8608

#9eafef color RGB value is (158,175,239).

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

The process color (four color CMYK) of #9eafef color hex is 0.34, 0.27, 0.00, 0.06. Web safe color of #9eafef is #9999ff. Color #9eafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 11101111
Octal 236 257 357
Decimal 158 175 239
Hex 9E AF EF

RGB Percentages of Color #9eafef

%27.62
%30.59
%41.78

CMYK Percentages of Color #9eafef

%34
%27
%0
%6

Triadic Colors of #9eafef

#9eafef #ef9eaf #afef9e

Analogous Colors of #9eafef

#9eafef #b69eef #9ed8ef

Monochromatic Colors of #9eafef

#9eafef

Complementary Color

#9eafef #efde9e

#9eafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eafef Color CSS Codes

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

#9eafef Text Font Color

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

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


#9eafef Background Color

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

This div background color is #9eafef


#9eafef Border Color

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

This div border color is #9eafef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,175,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 #9eafef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eafef


Comments

No comments written yet.

Please login to write comment.