Color Hex Logo

#9eedab Color Hex

#9EEDAB
(158,237,171)
0 Favorites   0 Comments

Color spaces of #9eedab

RGB 158237171
HSL0.360.690.77
HSV130°33°93°
CMYK 0.330.000.28   0.07
XYZ51.735470.777749.4628
Yxy70.77770.30080.4116
Hunter Lab84.1295-37.458124.0319
CIE-Lab87.3769-37.346124.4904

#9eedab color RGB value is (158,237,171).

#9eedab hex color red value is 158, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9eedab hue: 0.36 , saturation: 0.69 and the lightness value of 9eedab is 0.77.

The process color (four color CMYK) of #9eedab color hex is 0.33, 0.00, 0.28, 0.07. Web safe color of #9eedab is #99ff99. Color #9eedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 10101011
Octal 236 355 253
Decimal 158 237 171
Hex 9E ED AB

RGB Percentages of Color #9eedab

%27.92
%41.87
%30.21

CMYK Percentages of Color #9eedab

%33
%0
%28
%7

Triadic Colors of #9eedab

#9eedab #ab9eed #edab9e

Analogous Colors of #9eedab

#9eedab #9eedd3 #b9ed9e

Monochromatic Colors of #9eedab

#9eedab

Complementary Color

#9eedab #ed9ee0

#9eedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eedab Color CSS Codes

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

#9eedab Text Font Color

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

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


#9eedab Background Color

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

This div background color is #9eedab


#9eedab Border Color

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

This div border color is #9eedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eedab


Comments

No comments written yet.

Please login to write comment.