Color Hex Logo

#8ca55f Color Hex

#8CA55F
(140,165,95)
0 Favorites   0 Comments

Color spaces of #8ca55f

RGB 14016595
HSL0.230.280.51
HSV81°42°65°
CMYK 0.150.000.42   0.35
XYZ26.335933.311915.8683
Yxy33.31190.34870.4411
Hunter Lab57.7165-19.554624.1006
CIE-Lab64.4127-20.639633.3930

#8ca55f color RGB value is (140,165,95).

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

The process color (four color CMYK) of #8ca55f color hex is 0.15, 0.00, 0.42, 0.35. Web safe color of #8ca55f is #999966. Color #8ca55f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100101 01011111
Octal 214 245 137
Decimal 140 165 95
Hex 8C A5 5F

RGB Percentages of Color #8ca55f

%35.00
%41.25
%23.75

CMYK Percentages of Color #8ca55f

%15
%0
%42
%35

Triadic Colors of #8ca55f

#8ca55f #5f8ca5 #a55f8c

Analogous Colors of #8ca55f

#8ca55f #69a55f #a59b5f

Monochromatic Colors of #8ca55f

#8ca55f

Complementary Color

#8ca55f #785fa5

#8ca55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca55f Color CSS Codes

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

#8ca55f Text Font Color

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

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


#8ca55f Background Color

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

This div background color is #8ca55f


#8ca55f Border Color

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

This div border color is #8ca55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca55f


Comments

No comments written yet.

Please login to write comment.