Color Hex Logo

#8c9874 Color Hex

#8C9874
(140,152,116)
0 Favorites   0 Comments

Color spaces of #8c9874

RGB 140152116
HSL0.220.150.53
HSV80°24°60°
CMYK 0.080.000.24   0.40
XYZ25.195829.292920.8491
Yxy29.29290.33440.3888
Hunter Lab54.1229-11.618115.0465
CIE-Lab61.0393-10.872417.5503

#8c9874 color RGB value is (140,152,116).

#8c9874 hex color red value is 140, green value is 152 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #8c9874 hue: 0.22 , saturation: 0.15 and the lightness value of 8c9874 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011000 01110100
Octal 214 230 164
Decimal 140 152 116
Hex 8C 98 74

RGB Percentages of Color #8c9874

%34.31
%37.25
%28.43

CMYK Percentages of Color #8c9874

%8
%0
%24
%40

Triadic Colors of #8c9874

#8c9874 #748c98 #98748c

Analogous Colors of #8c9874

#8c9874 #7a9874 #989274

Monochromatic Colors of #8c9874

#8c9874

Complementary Color

#8c9874 #807498

#8c9874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c9874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c9874 Color CSS Codes

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

#8c9874 Text Font Color

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

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


#8c9874 Background Color

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

This div background color is #8c9874


#8c9874 Border Color

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

This div border color is #8c9874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c9874


Comments

No comments written yet.

Please login to write comment.