Color Hex Logo

#8edb9a Color Hex

#8EDB9A
(142,219,154)
0 Favorites   0 Comments

Color spaces of #8edb9a

RGB 142219154
HSL0.360.520.71
HSV129°35°86°
CMYK 0.350.000.30   0.14
XYZ42.319658.746939.6807
Yxy58.74690.30070.4174
Hunter Lab76.6465-35.574522.9575
CIE-Lab81.1523-36.958224.6464

#8edb9a color RGB value is (142,219,154).

#8edb9a hex color red value is 142, green value is 219 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8edb9a hue: 0.36 , saturation: 0.52 and the lightness value of 8edb9a is 0.71.

The process color (four color CMYK) of #8edb9a color hex is 0.35, 0.00, 0.30, 0.14. Web safe color of #8edb9a is #99cc99. Color #8edb9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011011 10011010
Octal 216 333 232
Decimal 142 219 154
Hex 8E DB 9A

RGB Percentages of Color #8edb9a

%27.57
%42.52
%29.90

CMYK Percentages of Color #8edb9a

%35
%0
%30
%14

Triadic Colors of #8edb9a

#8edb9a #9a8edb #db9a8e

Analogous Colors of #8edb9a

#8edb9a #8edbc1 #a9db8e

Monochromatic Colors of #8edb9a

#8edb9a

Complementary Color

#8edb9a #db8ecf

#8edb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edb9a Color CSS Codes

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

#8edb9a Text Font Color

<p style="color:#8edb9a">Text here</p>

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


#8edb9a Background Color

<div style="background-color:#8edb9a">
Div content here</div>

This div background color is #8edb9a


#8edb9a Border Color

<div style="border:3px solid #8edb9a">
Div here</div>

This div border color is #8edb9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,219,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8edb9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8edb9a;
  -webkit-box-shadow: 1px 1px 3px 2px #8edb9a;
  box-shadow:         1px 1px 3px 2px #8edb9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edb9a


Comments

No comments written yet.

Please login to write comment.