Color Hex Logo

#8edeab Color Hex

#8EDEAB
(142,222,171)
0 Favorites   0 Comments

Color spaces of #8edeab

RGB 142222171
HSL0.390.550.71
HSV142°36°87°
CMYK 0.360.000.23   0.13
XYZ44.627360.933647.9373
Yxy60.93360.29070.3970
Hunter Lab78.0600-34.555618.2315
CIE-Lab82.3430-35.273417.4084

#8edeab color RGB value is (142,222,171).

#8edeab hex color red value is 142, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8edeab hue: 0.39 , saturation: 0.55 and the lightness value of 8edeab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011110 10101011
Octal 216 336 253
Decimal 142 222 171
Hex 8E DE AB

RGB Percentages of Color #8edeab

%26.54
%41.50
%31.96

CMYK Percentages of Color #8edeab

%36
%0
%23
%13

Triadic Colors of #8edeab

#8edeab #ab8ede #deab8e

Analogous Colors of #8edeab

#8edeab #8eded3 #99de8e

Monochromatic Colors of #8edeab

#8edeab

Complementary Color

#8edeab #de8ec1

#8edeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edeab Color CSS Codes

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

#8edeab Text Font Color

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

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


#8edeab Background Color

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

This div background color is #8edeab


#8edeab Border Color

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

This div border color is #8edeab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,222,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 #8edeab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edeab


Comments

No comments written yet.

Please login to write comment.