Color Hex Logo

#9eecac Color Hex

#9EECAC
(158,236,172)
0 Favorites   0 Comments

Color spaces of #9eecac

RGB 158236172
HSL0.360.670.77
HSV131°33°93°
CMYK 0.330.000.27   0.07
XYZ51.542470.238649.8706
Yxy70.23860.30030.4092
Hunter Lab83.8085-36.886923.3852
CIE-Lab87.1138-36.720123.6153

#9eecac color RGB value is (158,236,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101100 10101100
Octal 236 354 254
Decimal 158 236 172
Hex 9E EC AC

RGB Percentages of Color #9eecac

%27.92
%41.70
%30.39

CMYK Percentages of Color #9eecac

%33
%0
%27
%7

Triadic Colors of #9eecac

#9eecac #ac9eec #ecac9e

Analogous Colors of #9eecac

#9eecac #9eecd3 #b7ec9e

Monochromatic Colors of #9eecac

#9eecac

Complementary Color

#9eecac #ec9ede

#9eecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eecac Color CSS Codes

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

#9eecac Text Font Color

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

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


#9eecac Background Color

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

This div background color is #9eecac


#9eecac Border Color

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

This div border color is #9eecac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eecac


Comments

No comments written yet.

Please login to write comment.