Color Hex Logo

#8ead10 Color Hex

#8EAD10
(142,173,16)
0 Favorites   0 Comments

Color spaces of #8ead10

RGB 14217316
HSL0.200.830.37
HSV72°91°68°
CMYK 0.180.000.91   0.32
XYZ26.192435.67535.9958
Yxy35.67530.38600.5257
Hunter Lab59.7288-26.249235.8584
CIE-Lab66.2711-29.243165.7570

#8ead10 color RGB value is (142,173,16).

#8ead10 hex color red value is 142, green value is 173 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #8ead10 hue: 0.20 , saturation: 0.83 and the lightness value of 8ead10 is 0.37.

The process color (four color CMYK) of #8ead10 color hex is 0.18, 0.00, 0.91, 0.32. Web safe color of #8ead10 is #999900. Color #8ead10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101101 00010000
Octal 216 255 20
Decimal 142 173 16
Hex 8E AD 10

RGB Percentages of Color #8ead10

%42.90
%52.27
%4.83

CMYK Percentages of Color #8ead10

%18
%0
%91
%32

Triadic Colors of #8ead10

#8ead10 #108ead #ad108e

Analogous Colors of #8ead10

#8ead10 #3fad10 #ad7e10

Monochromatic Colors of #8ead10

#8ead10

Complementary Color

#8ead10 #2f10ad

#8ead10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ead10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ead10 Color CSS Codes

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

#8ead10 Text Font Color

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

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


#8ead10 Background Color

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

This div background color is #8ead10


#8ead10 Border Color

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

This div border color is #8ead10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ead10


Comments

No comments written yet.

Please login to write comment.