Color Hex Logo

#9eacef Color Hex

#9EACEF
(158,172,239)
0 Favorites   0 Comments

Color spaces of #9eacef

RGB 158172239
HSL0.640.720.78
HSV230°34°94°
CMYK 0.340.280.00   0.06
XYZ44.433143.006187.6205
Yxy43.00610.25380.2457
Hunter Lab65.57906.1794-33.3124
CIE-Lab71.559110.6446-35.0641

#9eacef color RGB value is (158,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101100 11101111
Octal 236 254 357
Decimal 158 172 239
Hex 9E AC EF

RGB Percentages of Color #9eacef

%27.77
%30.23
%42.00

CMYK Percentages of Color #9eacef

%34
%28
%0
%6

Triadic Colors of #9eacef

#9eacef #ef9eac #acef9e

Analogous Colors of #9eacef

#9eacef #b99eef #9ed5ef

Monochromatic Colors of #9eacef

#9eacef

Complementary Color

#9eacef #efe19e

#9eacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eacef Color CSS Codes

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

#9eacef Text Font Color

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

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


#9eacef Background Color

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

This div background color is #9eacef


#9eacef Border Color

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

This div border color is #9eacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eacef


Comments

No comments written yet.

Please login to write comment.