Color Hex Logo

#9edcac Color Hex

#9EDCAC
(158,220,172)
0 Favorites   0 Comments

Color spaces of #9edcac

RGB 158220172
HSL0.370.470.74
HSV134°28°86°
CMYK 0.280.000.22   0.14
XYZ47.140161.434148.4031
Yxy61.43410.30030.3914
Hunter Lab78.3799-29.809418.2517
CIE-Lab82.6116-29.269617.3802

#9edcac color RGB value is (158,220,172).

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

The process color (four color CMYK) of #9edcac color hex is 0.28, 0.00, 0.22, 0.14. Web safe color of #9edcac is #99cc99. Color #9edcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011100 10101100
Octal 236 334 254
Decimal 158 220 172
Hex 9E DC AC

RGB Percentages of Color #9edcac

%28.73
%40.00
%31.27

CMYK Percentages of Color #9edcac

%28
%0
%22
%14

Triadic Colors of #9edcac

#9edcac #ac9edc #dcac9e

Analogous Colors of #9edcac

#9edcac #9edccb #afdc9e

Monochromatic Colors of #9edcac

#9edcac

Complementary Color

#9edcac #dc9ece

#9edcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edcac Color CSS Codes

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

#9edcac Text Font Color

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

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


#9edcac Background Color

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

This div background color is #9edcac


#9edcac Border Color

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

This div border color is #9edcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edcac


Comments

No comments written yet.

Please login to write comment.