Color Hex Logo

#9eabc0 Color Hex

#9EABC0
(158,171,192)
0 Favorites   0 Comments

Color spaces of #9eabc0

RGB 158171192
HSL0.600.210.69
HSV217°18°75°
CMYK 0.180.110.00   0.25
XYZ38.177940.200755.6165
Yxy40.20070.28490.3000
Hunter Lab63.4040-3.4756-7.6250
CIE-Lab69.6122-0.1019-12.2667

#9eabc0 color RGB value is (158,171,192).

#9eabc0 hex color red value is 158, green value is 171 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #9eabc0 hue: 0.60 , saturation: 0.21 and the lightness value of 9eabc0 is 0.69.

The process color (four color CMYK) of #9eabc0 color hex is 0.18, 0.11, 0.00, 0.25. Web safe color of #9eabc0 is #9999cc. Color #9eabc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101011 11000000
Octal 236 253 300
Decimal 158 171 192
Hex 9E AB C0

RGB Percentages of Color #9eabc0

%30.33
%32.82
%36.85

CMYK Percentages of Color #9eabc0

%18
%11
%0
%25

Triadic Colors of #9eabc0

#9eabc0 #c09eab #abc09e

Analogous Colors of #9eabc0

#9eabc0 #a29ec0 #9ebcc0

Monochromatic Colors of #9eabc0

#9eabc0

Complementary Color

#9eabc0 #c0b39e

#9eabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eabc0 Color CSS Codes

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

#9eabc0 Text Font Color

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

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


#9eabc0 Background Color

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

This div background color is #9eabc0


#9eabc0 Border Color

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

This div border color is #9eabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eabc0


Comments

No comments written yet.

Please login to write comment.