Color Hex Logo

#8ca74e Color Hex

#8CA74E
(140,167,78)
0 Favorites   0 Comments

Color spaces of #8ca74e

RGB 14016778
HSL0.220.360.48
HSV78°53°65°
CMYK 0.160.000.53   0.35
XYZ26.009133.762912.3538
Yxy33.76290.36060.4681
Hunter Lab58.1059-21.785828.0685
CIE-Lab64.7739-23.550742.4428

#8ca74e color RGB value is (140,167,78).

#8ca74e hex color red value is 140, green value is 167 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8ca74e hue: 0.22 , saturation: 0.36 and the lightness value of 8ca74e is 0.48.

The process color (four color CMYK) of #8ca74e color hex is 0.16, 0.00, 0.53, 0.35. Web safe color of #8ca74e is #999966. Color #8ca74e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100111 01001110
Octal 214 247 116
Decimal 140 167 78
Hex 8C A7 4E

RGB Percentages of Color #8ca74e

%36.36
%43.38
%20.26

CMYK Percentages of Color #8ca74e

%16
%0
%53
%35

Triadic Colors of #8ca74e

#8ca74e #4e8ca7 #a74e8c

Analogous Colors of #8ca74e

#8ca74e #60a74e #a7964e

Monochromatic Colors of #8ca74e

#8ca74e

Complementary Color

#8ca74e #694ea7

#8ca74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca74e Color CSS Codes

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

#8ca74e Text Font Color

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

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


#8ca74e Background Color

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

This div background color is #8ca74e


#8ca74e Border Color

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

This div border color is #8ca74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca74e


Comments

No comments written yet.

Please login to write comment.