Color Hex Logo

#8ca53c Color Hex

#8CA53C
(140,165,60)
0 Favorites   0 Comments

Color spaces of #8ca53c

RGB 14016560
HSL0.210.470.44
HSV74°64°65°
CMYK 0.150.000.64   0.35
XYZ25.086032.81209.2861
Yxy32.81200.37340.4884
Hunter Lab57.2818-22.070730.4856
CIE-Lab64.0084-24.137649.9107

#8ca53c color RGB value is (140,165,60).

#8ca53c hex color red value is 140, green value is 165 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #8ca53c hue: 0.21 , saturation: 0.47 and the lightness value of 8ca53c is 0.44.

The process color (four color CMYK) of #8ca53c color hex is 0.15, 0.00, 0.64, 0.35. Web safe color of #8ca53c is #999933. Color #8ca53c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100101 00111100
Octal 214 245 74
Decimal 140 165 60
Hex 8C A5 3C

RGB Percentages of Color #8ca53c

%38.36
%45.21
%16.44

CMYK Percentages of Color #8ca53c

%15
%0
%64
%35

Triadic Colors of #8ca53c

#8ca53c #3c8ca5 #a53c8c

Analogous Colors of #8ca53c

#8ca53c #58a53c #a58a3c

Monochromatic Colors of #8ca53c

#8ca53c

Complementary Color

#8ca53c #553ca5

#8ca53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca53c Color CSS Codes

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

#8ca53c Text Font Color

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

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


#8ca53c Background Color

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

This div background color is #8ca53c


#8ca53c Border Color

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

This div border color is #8ca53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca53c


Comments

No comments written yet.

Please login to write comment.