Color Hex Logo

#8ca95f Color Hex

#8CA95F
(140,169,95)
0 Favorites   0 Comments

Color spaces of #8ca95f

RGB 14016995
HSL0.230.300.52
HSV84°44°66°
CMYK 0.170.000.44   0.34
XYZ27.068734.777616.1125
Yxy34.77760.34720.4461
Hunter Lab58.9725-21.269525.0815
CIE-Lab65.5751-22.654634.8601

#8ca95f color RGB value is (140,169,95).

#8ca95f hex color red value is 140, green value is 169 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #8ca95f hue: 0.23 , saturation: 0.30 and the lightness value of 8ca95f is 0.52.

The process color (four color CMYK) of #8ca95f color hex is 0.17, 0.00, 0.44, 0.34. Web safe color of #8ca95f is #999966. Color #8ca95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101001 01011111
Octal 214 251 137
Decimal 140 169 95
Hex 8C A9 5F

RGB Percentages of Color #8ca95f

%34.65
%41.83
%23.51

CMYK Percentages of Color #8ca95f

%17
%0
%44
%34

Triadic Colors of #8ca95f

#8ca95f #5f8ca9 #a95f8c

Analogous Colors of #8ca95f

#8ca95f #67a95f #a9a15f

Monochromatic Colors of #8ca95f

#8ca95f

Complementary Color

#8ca95f #7c5fa9

#8ca95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca95f Color CSS Codes

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

#8ca95f Text Font Color

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

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


#8ca95f Background Color

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

This div background color is #8ca95f


#8ca95f Border Color

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

This div border color is #8ca95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca95f


Comments

No comments written yet.

Please login to write comment.