Color Hex Logo

#a0cb5f Color Hex

#A0CB5F
(160,203,95)
0 Favorites   0 Comments

Color spaces of #a0cb5f

RGB 16020395
HSL0.230.510.58
HSV84°53°80°
CMYK 0.210.000.53   0.20
XYZ37.918751.011718.6742
Yxy51.01170.35240.4741
Hunter Lab71.4225-30.222434.4937
CIE-Lab76.6861-31.429548.6840

#a0cb5f color RGB value is (160,203,95).

#a0cb5f hex color red value is 160, green value is 203 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a0cb5f hue: 0.23 , saturation: 0.51 and the lightness value of a0cb5f is 0.58.

The process color (four color CMYK) of #a0cb5f color hex is 0.21, 0.00, 0.53, 0.20. Web safe color of #a0cb5f is #99cc66. Color #a0cb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001011 01011111
Octal 240 313 137
Decimal 160 203 95
Hex A0 CB 5F

RGB Percentages of Color #a0cb5f

%34.93
%44.32
%20.74

CMYK Percentages of Color #a0cb5f

%21
%0
%53
%20

Triadic Colors of #a0cb5f

#a0cb5f #5fa0cb #cb5fa0

Analogous Colors of #a0cb5f

#a0cb5f #6acb5f #cbc05f

Monochromatic Colors of #a0cb5f

#a0cb5f

Complementary Color

#a0cb5f #8a5fcb

#a0cb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cb5f Color CSS Codes

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

#a0cb5f Text Font Color

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

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


#a0cb5f Background Color

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

This div background color is #a0cb5f


#a0cb5f Border Color

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

This div border color is #a0cb5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,203,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0cb5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0cb5f;
  -webkit-box-shadow: 1px 1px 3px 2px #a0cb5f;
  box-shadow:         1px 1px 3px 2px #a0cb5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,203,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 #a0cb5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cb5f


Comments

No comments written yet.

Please login to write comment.