Color Hex Logo

#8edfab Color Hex

#8EDFAB
(142,223,171)
0 Favorites   0 Comments

Color spaces of #8edfab

RGB 142223171
HSL0.390.560.72
HSV141°36°87°
CMYK 0.360.000.23   0.13
XYZ44.893761.466448.0261
Yxy61.46640.29080.3981
Hunter Lab78.4005-34.988218.5609
CIE-Lab82.6288-35.733517.8073

#8edfab color RGB value is (142,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011111 10101011
Octal 216 337 253
Decimal 142 223 171
Hex 8E DF AB

RGB Percentages of Color #8edfab

%26.49
%41.60
%31.90

CMYK Percentages of Color #8edfab

%36
%0
%23
%13

Triadic Colors of #8edfab

#8edfab #ab8edf #dfab8e

Analogous Colors of #8edfab

#8edfab #8edfd4 #9adf8e

Monochromatic Colors of #8edfab

#8edfab

Complementary Color

#8edfab #df8ec2

#8edfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edfab Color CSS Codes

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

#8edfab Text Font Color

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

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


#8edfab Background Color

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

This div background color is #8edfab


#8edfab Border Color

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

This div border color is #8edfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edfab


Comments

No comments written yet.

Please login to write comment.