Color Hex Logo

#8ca74d Color Hex

#8CA74D
(140,167,77)
0 Favorites   0 Comments

Color spaces of #8ca74d

RGB 14016777
HSL0.220.370.48
HSV78°54°65°
CMYK 0.160.000.54   0.35
XYZ25.973533.748712.1664
Yxy33.74870.36130.4695
Hunter Lab58.0936-21.857028.2486
CIE-Lab64.7626-23.650142.9153

#8ca74d color RGB value is (140,167,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100111 01001101
Octal 214 247 115
Decimal 140 167 77
Hex 8C A7 4D

RGB Percentages of Color #8ca74d

%36.46
%43.49
%20.05

CMYK Percentages of Color #8ca74d

%16
%0
%54
%35

Triadic Colors of #8ca74d

#8ca74d #4d8ca7 #a74d8c

Analogous Colors of #8ca74d

#8ca74d #5fa74d #a7954d

Monochromatic Colors of #8ca74d

#8ca74d

Complementary Color

#8ca74d #684da7

#8ca74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca74d Color CSS Codes

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

#8ca74d Text Font Color

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

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


#8ca74d Background Color

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

This div background color is #8ca74d


#8ca74d Border Color

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

This div border color is #8ca74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca74d


Comments

No comments written yet.

Please login to write comment.