Color Hex Logo

#9eabec Color Hex

#9EABEC
(158,171,236)
0 Favorites   0 Comments

Color spaces of #9eabec

RGB 158171236
HSL0.640.670.77
HSV230°33°93°
CMYK 0.330.280.00   0.07
XYZ43.803842.451085.2420
Yxy42.45100.25540.2475
Hunter Lab65.15445.9866-31.9614
CIE-Lab71.180810.4347-34.0177

#9eabec color RGB value is (158,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101011 11101100
Octal 236 253 354
Decimal 158 171 236
Hex 9E AB EC

RGB Percentages of Color #9eabec

%27.96
%30.27
%41.77

CMYK Percentages of Color #9eabec

%33
%28
%0
%7

Triadic Colors of #9eabec

#9eabec #ec9eab #abec9e

Analogous Colors of #9eabec

#9eabec #b89eec #9ed2ec

Monochromatic Colors of #9eabec

#9eabec

Complementary Color

#9eabec #ecdf9e

#9eabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eabec Color CSS Codes

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

#9eabec Text Font Color

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

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


#9eabec Background Color

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

This div background color is #9eabec


#9eabec Border Color

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

This div border color is #9eabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eabec


Comments

No comments written yet.

Please login to write comment.