Color Hex Logo

#9eecaa Color Hex

#9EECAA
(158,236,170)
0 Favorites   0 Comments

Color spaces of #9eecaa

RGB 158236170
HSL0.360.670.77
HSV129°33°93°
CMYK 0.330.000.28   0.07
XYZ51.351770.162348.8664
Yxy70.16230.30140.4118
Hunter Lab83.7629-37.153924.0449
CIE-Lab87.0764-37.062624.5927

#9eecaa color RGB value is (158,236,170).

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

The process color (four color CMYK) of #9eecaa color hex is 0.33, 0.00, 0.28, 0.07. Web safe color of #9eecaa is #99ff99. Color #9eecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101100 10101010
Octal 236 354 252
Decimal 158 236 170
Hex 9E EC AA

RGB Percentages of Color #9eecaa

%28.01
%41.84
%30.14

CMYK Percentages of Color #9eecaa

%33
%0
%28
%7

Triadic Colors of #9eecaa

#9eecaa #aa9eec #ecaa9e

Analogous Colors of #9eecaa

#9eecaa #9eecd1 #b9ec9e

Monochromatic Colors of #9eecaa

#9eecaa

Complementary Color

#9eecaa #ec9ee0

#9eecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eecaa Color CSS Codes

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

#9eecaa Text Font Color

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

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


#9eecaa Background Color

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

This div background color is #9eecaa


#9eecaa Border Color

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

This div border color is #9eecaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,236,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 #9eecaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eecaa


Comments

No comments written yet.

Please login to write comment.