Color Hex Logo

#8ca80e Color Hex

#8CA80E
(140,168,14)
0 Favorites   0 Comments

Color spaces of #8ca80e

RGB 14016814
HSL0.200.850.36
HSV71°92°66°
CMYK 0.170.000.92   0.34
XYZ24.897133.61245.5911
Yxy33.61240.38840.5244
Hunter Lab57.9762-24.803934.8655
CIE-Lab64.6537-27.726464.7205

#8ca80e color RGB value is (140,168,14).

#8ca80e hex color red value is 140, green value is 168 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8ca80e hue: 0.20 , saturation: 0.85 and the lightness value of 8ca80e is 0.36.

The process color (four color CMYK) of #8ca80e color hex is 0.17, 0.00, 0.92, 0.34. Web safe color of #8ca80e is #999900. Color #8ca80e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101000 00001110
Octal 214 250 16
Decimal 140 168 14
Hex 8C A8 E

RGB Percentages of Color #8ca80e

%43.48
%52.17
%4.35

CMYK Percentages of Color #8ca80e

%17
%0
%92
%34

Triadic Colors of #8ca80e

#8ca80e #0e8ca8 #a80e8c

Analogous Colors of #8ca80e

#8ca80e #3fa80e #a8770e

Monochromatic Colors of #8ca80e

#8ca80e

Complementary Color

#8ca80e #2a0ea8

#8ca80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca80e Color CSS Codes

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

#8ca80e Text Font Color

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

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


#8ca80e Background Color

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

This div background color is #8ca80e


#8ca80e Border Color

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

This div border color is #8ca80e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,168,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ca80e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ca80e;
  -webkit-box-shadow: 1px 1px 3px 2px #8ca80e;
  box-shadow:         1px 1px 3px 2px #8ca80e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,168,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca80e


Comments

No comments written yet.

Please login to write comment.