Color Hex Logo

#8ed2ab Color Hex

#8ED2AB
(142,210,171)
0 Favorites   0 Comments

Color spaces of #8ed2ab

RGB 142210171
HSL0.400.430.69
HSV146°32°82°
CMYK 0.320.000.19   0.18
XYZ41.552654.784246.9124
Yxy54.78420.29010.3824
Hunter Lab74.0163-29.319114.2328
CIE-Lab78.9168-29.643212.5932

#8ed2ab color RGB value is (142,210,171).

#8ed2ab hex color red value is 142, green value is 210 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8ed2ab hue: 0.40 , saturation: 0.43 and the lightness value of 8ed2ab is 0.69.

The process color (four color CMYK) of #8ed2ab color hex is 0.32, 0.00, 0.19, 0.18. Web safe color of #8ed2ab is #99cc99. Color #8ed2ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010010 10101011
Octal 216 322 253
Decimal 142 210 171
Hex 8E D2 AB

RGB Percentages of Color #8ed2ab

%27.15
%40.15
%32.70

CMYK Percentages of Color #8ed2ab

%32
%0
%19
%18

Triadic Colors of #8ed2ab

#8ed2ab #ab8ed2 #d2ab8e

Analogous Colors of #8ed2ab

#8ed2ab #8ed2cd #93d28e

Monochromatic Colors of #8ed2ab

#8ed2ab

Complementary Color

#8ed2ab #d28eb5

#8ed2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed2ab Color CSS Codes

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

#8ed2ab Text Font Color

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

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


#8ed2ab Background Color

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

This div background color is #8ed2ab


#8ed2ab Border Color

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

This div border color is #8ed2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed2ab


Comments

No comments written yet.

Please login to write comment.