Color Hex Logo

#9eddab Color Hex

#9EDDAB
(158,221,171)
0 Favorites   0 Comments

Color spaces of #9eddab

RGB 158221171
HSL0.370.480.74
HSV132°29°87°
CMYK 0.290.000.23   0.13
XYZ47.307761.922347.9869
Yxy61.92230.30090.3939
Hunter Lab78.6907-30.397218.9275
CIE-Lab82.8721-29.924118.2681

#9eddab color RGB value is (158,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011101 10101011
Octal 236 335 253
Decimal 158 221 171
Hex 9E DD AB

RGB Percentages of Color #9eddab

%28.73
%40.18
%31.09

CMYK Percentages of Color #9eddab

%29
%0
%23
%13

Triadic Colors of #9eddab

#9eddab #ab9edd #ddab9e

Analogous Colors of #9eddab

#9eddab #9eddcb #b1dd9e

Monochromatic Colors of #9eddab

#9eddab

Complementary Color

#9eddab #dd9ed0

#9eddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eddab Color CSS Codes

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

#9eddab Text Font Color

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

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


#9eddab Background Color

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

This div background color is #9eddab


#9eddab Border Color

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

This div border color is #9eddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eddab


Comments

No comments written yet.

Please login to write comment.