Color Hex Logo

#9edbac Color Hex

#9EDBAC
(158,219,172)
0 Favorites   0 Comments

Color spaces of #9edbac

RGB 158219172
HSL0.370.460.74
HSV134°28°86°
CMYK 0.280.000.21   0.14
XYZ46.878560.910748.3159
Yxy60.91070.30030.3902
Hunter Lab78.0453-29.361917.9268
CIE-Lab82.3307-28.792616.9877

#9edbac color RGB value is (158,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 10101100
Octal 236 333 254
Decimal 158 219 172
Hex 9E DB AC

RGB Percentages of Color #9edbac

%28.78
%39.89
%31.33

CMYK Percentages of Color #9edbac

%28
%0
%21
%14

Triadic Colors of #9edbac

#9edbac #ac9edb #dbac9e

Analogous Colors of #9edbac

#9edbac #9edbcb #afdb9e

Monochromatic Colors of #9edbac

#9edbac

Complementary Color

#9edbac #db9ecd

#9edbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbac Color CSS Codes

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

#9edbac Text Font Color

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

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


#9edbac Background Color

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

This div background color is #9edbac


#9edbac Border Color

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

This div border color is #9edbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbac


Comments

No comments written yet.

Please login to write comment.