Color Hex Logo

#9edbab Color Hex

#9EDBAB
(158,219,171)
0 Favorites   0 Comments

Color spaces of #9edbab

RGB 158219171
HSL0.370.460.74
HSV133°28°86°
CMYK 0.280.000.22   0.14
XYZ46.782860.872447.8119
Yxy60.87240.30090.3915
Hunter Lab78.0208-29.504218.2810
CIE-Lab82.3101-28.972717.4844

#9edbab color RGB value is (158,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 10101011
Octal 236 333 253
Decimal 158 219 171
Hex 9E DB AB

RGB Percentages of Color #9edbab

%28.83
%39.96
%31.20

CMYK Percentages of Color #9edbab

%28
%0
%22
%14

Triadic Colors of #9edbab

#9edbab #ab9edb #dbab9e

Analogous Colors of #9edbab

#9edbab #9edbca #b0db9e

Monochromatic Colors of #9edbab

#9edbab

Complementary Color

#9edbab #db9ece

#9edbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbab Color CSS Codes

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

#9edbab Text Font Color

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

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


#9edbab Background Color

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

This div background color is #9edbab


#9edbab Border Color

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

This div border color is #9edbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbab


Comments

No comments written yet.

Please login to write comment.