Color Hex Logo

#9edeac Color Hex

#9EDEAC
(158,222,172)
0 Favorites   0 Comments

Color spaces of #9edeac

RGB 158222172
HSL0.370.490.75
HSV133°29°87°
CMYK 0.290.000.23   0.13
XYZ47.668262.490248.5792
Yxy62.49020.30030.3937
Hunter Lab79.0507-30.701918.8999
CIE-Lab83.1734-30.219018.1640

#9edeac color RGB value is (158,222,172).

#9edeac hex color red value is 158, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9edeac hue: 0.37 , saturation: 0.49 and the lightness value of 9edeac is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 10101100
Octal 236 336 254
Decimal 158 222 172
Hex 9E DE AC

RGB Percentages of Color #9edeac

%28.62
%40.22
%31.16

CMYK Percentages of Color #9edeac

%29
%0
%23
%13

Triadic Colors of #9edeac

#9edeac #ac9ede #deac9e

Analogous Colors of #9edeac

#9edeac #9edecc #b0de9e

Monochromatic Colors of #9edeac

#9edeac

Complementary Color

#9edeac #de9ed0

#9edeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edeac Color CSS Codes

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

#9edeac Text Font Color

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

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


#9edeac Background Color

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

This div background color is #9edeac


#9edeac Border Color

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

This div border color is #9edeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edeac


Comments

No comments written yet.

Please login to write comment.