Color Hex Logo

#8c9854 Color Hex

#8C9854
(140,152,84)
0 Favorites   0 Comments

Color spaces of #8c9854

RGB 14015284
HSL0.200.290.46
HSV71°45°60°
CMYK 0.080.000.45   0.40
XYZ23.643728.672012.6756
Yxy28.67200.36380.4412
Hunter Lab53.5462-14.888123.4471
CIE-Lab60.4911-15.245034.2250

#8c9854 color RGB value is (140,152,84).

#8c9854 hex color red value is 140, green value is 152 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #8c9854 hue: 0.20 , saturation: 0.29 and the lightness value of 8c9854 is 0.46.

The process color (four color CMYK) of #8c9854 color hex is 0.08, 0.00, 0.45, 0.40. Web safe color of #8c9854 is #999966. Color #8c9854 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011000 01010100
Octal 214 230 124
Decimal 140 152 84
Hex 8C 98 54

RGB Percentages of Color #8c9854

%37.23
%40.43
%22.34

CMYK Percentages of Color #8c9854

%8
%0
%45
%40

Triadic Colors of #8c9854

#8c9854 #548c98 #98548c

Analogous Colors of #8c9854

#8c9854 #6a9854 #988254

Monochromatic Colors of #8c9854

#8c9854

Complementary Color

#8c9854 #605498

#8c9854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c9854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c9854 Color CSS Codes

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

#8c9854 Text Font Color

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

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


#8c9854 Background Color

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

This div background color is #8c9854


#8c9854 Border Color

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

This div border color is #8c9854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c9854


Comments

No comments written yet.

Please login to write comment.