Color Hex Logo

#9ebcab Color Hex

#9EBCAB
(158,188,171)
0 Favorites   0 Comments

Color spaces of #9ebcab

RGB 158188171
HSL0.410.180.68
HSV146°16°74°
CMYK 0.160.000.09   0.26
XYZ39.434546.175845.3625
Yxy46.17580.30110.3526
Hunter Lab67.9528-15.32997.9874
CIE-Lab73.6595-13.54295.2111

#9ebcab color RGB value is (158,188,171).

#9ebcab hex color red value is 158, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9ebcab hue: 0.41 , saturation: 0.18 and the lightness value of 9ebcab is 0.68.

The process color (four color CMYK) of #9ebcab color hex is 0.16, 0.00, 0.09, 0.26. Web safe color of #9ebcab is #99cc99. Color #9ebcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111100 10101011
Octal 236 274 253
Decimal 158 188 171
Hex 9E BC AB

RGB Percentages of Color #9ebcab

%30.56
%36.36
%33.08

CMYK Percentages of Color #9ebcab

%16
%0
%9
%26

Triadic Colors of #9ebcab

#9ebcab #ab9ebc #bcab9e

Analogous Colors of #9ebcab

#9ebcab #9ebcba #a0bc9e

Monochromatic Colors of #9ebcab

#9ebcab

Complementary Color

#9ebcab #bc9eaf

#9ebcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebcab Color CSS Codes

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

#9ebcab Text Font Color

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

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


#9ebcab Background Color

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

This div background color is #9ebcab


#9ebcab Border Color

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

This div border color is #9ebcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebcab


Comments

No comments written yet.

Please login to write comment.