Color Hex Logo

#8cab7c Color Hex

#8CAB7C
(140,171,124)
0 Favorites   0 Comments

Color spaces of #8cab7c

RGB 140171124
HSL0.280.220.58
HSV100°27°67°
CMYK 0.180.000.27   0.33
XYZ29.016236.156524.5184
Yxy36.15650.32350.4031
Hunter Lab60.1303-19.091817.9154
CIE-Lab66.6393-19.534320.8049

#8cab7c color RGB value is (140,171,124).

#8cab7c hex color red value is 140, green value is 171 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #8cab7c hue: 0.28 , saturation: 0.22 and the lightness value of 8cab7c is 0.58.

The process color (four color CMYK) of #8cab7c color hex is 0.18, 0.00, 0.27, 0.33. Web safe color of #8cab7c is #999966. Color #8cab7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 01111100
Octal 214 253 174
Decimal 140 171 124
Hex 8C AB 7C

RGB Percentages of Color #8cab7c

%32.18
%39.31
%28.51

CMYK Percentages of Color #8cab7c

%18
%0
%27
%33

Triadic Colors of #8cab7c

#8cab7c #7c8cab #ab7c8c

Analogous Colors of #8cab7c

#8cab7c #7cab84 #a4ab7c

Monochromatic Colors of #8cab7c

#8cab7c

Complementary Color

#8cab7c #9b7cab

#8cab7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cab7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cab7c Color CSS Codes

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

#8cab7c Text Font Color

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

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


#8cab7c Background Color

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

This div background color is #8cab7c


#8cab7c Border Color

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

This div border color is #8cab7c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,171,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 #8cab7c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cab7c


Comments

No comments written yet.

Please login to write comment.