Color Hex Logo

#9eabba Color Hex

#9EABBA
(158,171,186)
0 Favorites   0 Comments

Color spaces of #9eabba

RGB 158171186
HSL0.590.170.67
HSV212°15°73°
CMYK 0.150.080.00   0.27
XYZ37.526439.940152.1857
Yxy39.94010.28940.3081
Hunter Lab63.1982-4.6054-4.7198
CIE-Lab69.4268-1.4134-9.2290

#9eabba color RGB value is (158,171,186).

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

The process color (four color CMYK) of #9eabba color hex is 0.15, 0.08, 0.00, 0.27. Web safe color of #9eabba is #9999cc. Color #9eabba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101011 10111010
Octal 236 253 272
Decimal 158 171 186
Hex 9E AB BA

RGB Percentages of Color #9eabba

%30.68
%33.20
%36.12

CMYK Percentages of Color #9eabba

%15
%8
%0
%27

Triadic Colors of #9eabba

#9eabba #ba9eab #abba9e

Analogous Colors of #9eabba

#9eabba #9f9eba #9eb9ba

Monochromatic Colors of #9eabba

#9eabba

Complementary Color

#9eabba #baad9e

#9eabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eabba Color CSS Codes

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

#9eabba Text Font Color

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

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


#9eabba Background Color

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

This div background color is #9eabba


#9eabba Border Color

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

This div border color is #9eabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eabba


Comments

No comments written yet.

Please login to write comment.