Color Hex Logo

#9ec9aa Color Hex

#9EC9AA
(158,201,170)
0 Favorites   0 Comments

Color spaces of #9ec9aa

RGB 158201170
HSL0.380.280.70
HSV137°21°79°
CMYK 0.210.000.15   0.21
XYZ42.242951.944745.8301
Yxy51.94470.30170.3710
Hunter Lab72.0727-21.505612.7491
CIE-Lab77.2478-20.359210.8863

#9ec9aa color RGB value is (158,201,170).

#9ec9aa hex color red value is 158, green value is 201 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9ec9aa hue: 0.38 , saturation: 0.28 and the lightness value of 9ec9aa is 0.70.

The process color (four color CMYK) of #9ec9aa color hex is 0.21, 0.00, 0.15, 0.21. Web safe color of #9ec9aa is #99cc99. Color #9ec9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001001 10101010
Octal 236 311 252
Decimal 158 201 170
Hex 9E C9 AA

RGB Percentages of Color #9ec9aa

%29.87
%38.00
%32.14

CMYK Percentages of Color #9ec9aa

%21
%0
%15
%21

Triadic Colors of #9ec9aa

#9ec9aa #aa9ec9 #c9aa9e

Analogous Colors of #9ec9aa

#9ec9aa #9ec9c0 #a8c99e

Monochromatic Colors of #9ec9aa

#9ec9aa

Complementary Color

#9ec9aa #c99ebd

#9ec9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ec9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ec9aa Color CSS Codes

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

#9ec9aa Text Font Color

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

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


#9ec9aa Background Color

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

This div background color is #9ec9aa


#9ec9aa Border Color

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

This div border color is #9ec9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ec9aa


Comments

No comments written yet.

Please login to write comment.