Color Hex Logo

#9eabee Color Hex

#9EABEE
(158,171,238)
0 Favorites   0 Comments

Color spaces of #9eabee

RGB 158171238
HSL0.640.700.78
HSV230°34°93°
CMYK 0.340.280.00   0.07
XYZ44.096142.568086.7812
Yxy42.56800.25420.2454
Hunter Lab65.24426.4642-33.1907
CIE-Lab71.260810.9469-34.9826

#9eabee color RGB value is (158,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101011 11101110
Octal 236 253 356
Decimal 158 171 238
Hex 9E AB EE

RGB Percentages of Color #9eabee

%27.87
%30.16
%41.98

CMYK Percentages of Color #9eabee

%34
%28
%0
%7

Triadic Colors of #9eabee

#9eabee #ee9eab #abee9e

Analogous Colors of #9eabee

#9eabee #b99eee #9ed3ee

Monochromatic Colors of #9eabee

#9eabee

Complementary Color

#9eabee #eee19e

#9eabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eabee Color CSS Codes

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

#9eabee Text Font Color

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

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


#9eabee Background Color

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

This div background color is #9eabee


#9eabee Border Color

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

This div border color is #9eabee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,171,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eabee


Comments

No comments written yet.

Please login to write comment.