Color Hex Logo

#8ca47c Color Hex

#8CA47C
(140,164,124)
0 Favorites   0 Comments

Color spaces of #8ca47c

RGB 140164124
HSL0.270.180.56
HSV96°24°64°
CMYK 0.150.000.24   0.36
XYZ27.728833.581624.0892
Yxy33.58160.32470.3932
Hunter Lab57.9496-15.999915.9184
CIE-Lab64.6291-15.924218.0532

#8ca47c color RGB value is (140,164,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100100 01111100
Octal 214 244 174
Decimal 140 164 124
Hex 8C A4 7C

RGB Percentages of Color #8ca47c

%32.71
%38.32
%28.97

CMYK Percentages of Color #8ca47c

%15
%0
%24
%36

Triadic Colors of #8ca47c

#8ca47c #7c8ca4 #a47c8c

Analogous Colors of #8ca47c

#8ca47c #7ca480 #a0a47c

Monochromatic Colors of #8ca47c

#8ca47c

Complementary Color

#8ca47c #947ca4

#8ca47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca47c Color CSS Codes

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

#8ca47c Text Font Color

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

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


#8ca47c Background Color

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

This div background color is #8ca47c


#8ca47c Border Color

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

This div border color is #8ca47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca47c


Comments

No comments written yet.

Please login to write comment.