Color Hex Logo

#8ca47d Color Hex

#8CA47D
(140,164,125)
0 Favorites   0 Comments

Color spaces of #8ca47d

RGB 140164125
HSL0.270.180.57
HSV97°24°64°
CMYK 0.150.000.24   0.36
XYZ27.792333.607024.4240
Yxy33.60700.32380.3916
Hunter Lab57.9715-15.875015.6006
CIE-Lab64.6494-15.758817.5304

#8ca47d color RGB value is (140,164,125).

#8ca47d hex color red value is 140, green value is 164 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #8ca47d hue: 0.27 , saturation: 0.18 and the lightness value of 8ca47d is 0.57.

The process color (four color CMYK) of #8ca47d color hex is 0.15, 0.00, 0.24, 0.36. Web safe color of #8ca47d is #999966. Color #8ca47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100100 01111101
Octal 214 244 175
Decimal 140 164 125
Hex 8C A4 7D

RGB Percentages of Color #8ca47d

%32.63
%38.23
%29.14

CMYK Percentages of Color #8ca47d

%15
%0
%24
%36

Triadic Colors of #8ca47d

#8ca47d #7d8ca4 #a47d8c

Analogous Colors of #8ca47d

#8ca47d #7da482 #a0a47d

Monochromatic Colors of #8ca47d

#8ca47d

Complementary Color

#8ca47d #957da4

#8ca47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca47d Color CSS Codes

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

#8ca47d Text Font Color

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

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


#8ca47d Background Color

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

This div background color is #8ca47d


#8ca47d Border Color

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

This div border color is #8ca47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca47d


Comments

No comments written yet.

Please login to write comment.