Color Hex Logo

#9eccaa Color Hex

#9ECCAA
(158,204,170)
0 Favorites   0 Comments

Color spaces of #9eccaa

RGB 158204170
HSL0.380.310.71
HSV136°23°80°
CMYK 0.230.000.17   0.20
XYZ42.949153.357146.0655
Yxy53.35710.30170.3748
Hunter Lab73.0459-22.877113.7417
CIE-Lab78.0854-21.855012.0742

#9eccaa color RGB value is (158,204,170).

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

The process color (four color CMYK) of #9eccaa color hex is 0.23, 0.00, 0.17, 0.20. Web safe color of #9eccaa is #99cc99. Color #9eccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001100 10101010
Octal 236 314 252
Decimal 158 204 170
Hex 9E CC AA

RGB Percentages of Color #9eccaa

%29.70
%38.35
%31.95

CMYK Percentages of Color #9eccaa

%23
%0
%17
%20

Triadic Colors of #9eccaa

#9eccaa #aa9ecc #ccaa9e

Analogous Colors of #9eccaa

#9eccaa #9eccc1 #a9cc9e

Monochromatic Colors of #9eccaa

#9eccaa

Complementary Color

#9eccaa #cc9ec0

#9eccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eccaa Color CSS Codes

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

#9eccaa Text Font Color

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

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


#9eccaa Background Color

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

This div background color is #9eccaa


#9eccaa Border Color

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

This div border color is #9eccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eccaa


Comments

No comments written yet.

Please login to write comment.