Color Hex Logo

#8ea755 Color Hex

#8EA755
(142,167,85)
0 Favorites   0 Comments

Color spaces of #8ea755

RGB 14216785
HSL0.220.330.49
HSV78°49°65°
CMYK 0.150.000.49   0.35
XYZ26.613734.044113.7628
Yxy34.04410.35760.4575
Hunter Lab58.3473-20.689426.8580
CIE-Lab64.9976-22.018639.2790

#8ea755 color RGB value is (142,167,85).

#8ea755 hex color red value is 142, green value is 167 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #8ea755 hue: 0.22 , saturation: 0.33 and the lightness value of 8ea755 is 0.49.

The process color (four color CMYK) of #8ea755 color hex is 0.15, 0.00, 0.49, 0.35. Web safe color of #8ea755 is #999966. Color #8ea755 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100111 01010101
Octal 216 247 125
Decimal 142 167 85
Hex 8E A7 55

RGB Percentages of Color #8ea755

%36.04
%42.39
%21.57

CMYK Percentages of Color #8ea755

%15
%0
%49
%35

Triadic Colors of #8ea755

#8ea755 #558ea7 #a7558e

Analogous Colors of #8ea755

#8ea755 #65a755 #a79755

Monochromatic Colors of #8ea755

#8ea755

Complementary Color

#8ea755 #6e55a7

#8ea755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea755 Color CSS Codes

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

#8ea755 Text Font Color

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

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


#8ea755 Background Color

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

This div background color is #8ea755


#8ea755 Border Color

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

This div border color is #8ea755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea755


Comments

No comments written yet.

Please login to write comment.