Color Hex Logo

#8ea795 Color Hex

#8EA795
(142,167,149)
0 Favorites   0 Comments

Color spaces of #8ea795

RGB 142167149
HSL0.380.120.61
HSV137°15°65°
CMYK 0.150.000.11   0.35
XYZ30.398935.558133.6950
Yxy35.55810.30510.3568
Hunter Lab59.6306-13.35668.2389
CIE-Lab66.1809-12.29336.4118

#8ea795 color RGB value is (142,167,149).

#8ea795 hex color red value is 142, green value is 167 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #8ea795 hue: 0.38 , saturation: 0.12 and the lightness value of 8ea795 is 0.61.

The process color (four color CMYK) of #8ea795 color hex is 0.15, 0.00, 0.11, 0.35. Web safe color of #8ea795 is #999999. Color #8ea795 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100111 10010101
Octal 216 247 225
Decimal 142 167 149
Hex 8E A7 95

RGB Percentages of Color #8ea795

%31.00
%36.46
%32.53

CMYK Percentages of Color #8ea795

%15
%0
%11
%35

Triadic Colors of #8ea795

#8ea795 #958ea7 #a7958e

Analogous Colors of #8ea795

#8ea795 #8ea7a2 #94a78e

Monochromatic Colors of #8ea795

#8ea795

Complementary Color

#8ea795 #a78ea0

#8ea795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea795 Color CSS Codes

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

#8ea795 Text Font Color

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

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


#8ea795 Background Color

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

This div background color is #8ea795


#8ea795 Border Color

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

This div border color is #8ea795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea795


Comments

No comments written yet.

Please login to write comment.