Color Hex Logo

#8edbab Color Hex

#8EDBAB
(142,219,171)
0 Favorites   0 Comments

Color spaces of #8edbab

RGB 142219171
HSL0.400.520.71
HSV143°35°86°
CMYK 0.350.000.22   0.14
XYZ43.837559.354147.6741
Yxy59.35410.29060.3934
Hunter Lab77.0416-33.254417.2399
CIE-Lab81.4858-33.884816.2095

#8edbab color RGB value is (142,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011011 10101011
Octal 216 333 253
Decimal 142 219 171
Hex 8E DB AB

RGB Percentages of Color #8edbab

%26.69
%41.17
%32.14

CMYK Percentages of Color #8edbab

%35
%0
%22
%14

Triadic Colors of #8edbab

#8edbab #ab8edb #dbab8e

Analogous Colors of #8edbab

#8edbab #8edbd2 #98db8e

Monochromatic Colors of #8edbab

#8edbab

Complementary Color

#8edbab #db8ebe

#8edbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edbab Color CSS Codes

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

#8edbab Text Font Color

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

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


#8edbab Background Color

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

This div background color is #8edbab


#8edbab Border Color

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

This div border color is #8edbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edbab


Comments

No comments written yet.

Please login to write comment.