Color Hex Logo

#a0b857 Color Hex

#A0B857
(160,184,87)
0 Favorites   0 Comments

Color spaces of #a0b857

RGB 16018487
HSL0.210.410.53
HSV75°53°72°
CMYK 0.130.000.53   0.28
XYZ33.358042.442715.4509
Yxy42.44270.36560.4651
Hunter Lab65.1481-22.611131.5421
CIE-Lab71.1751-23.066745.9834

#a0b857 color RGB value is (160,184,87).

#a0b857 hex color red value is 160, green value is 184 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a0b857 hue: 0.21 , saturation: 0.41 and the lightness value of a0b857 is 0.53.

The process color (four color CMYK) of #a0b857 color hex is 0.13, 0.00, 0.53, 0.28. Web safe color of #a0b857 is #99cc66. Color #a0b857 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111000 01010111
Octal 240 270 127
Decimal 160 184 87
Hex A0 B8 57

RGB Percentages of Color #a0b857

%37.12
%42.69
%20.19

CMYK Percentages of Color #a0b857

%13
%0
%53
%28

Triadic Colors of #a0b857

#a0b857 #57a0b8 #b857a0

Analogous Colors of #a0b857

#a0b857 #70b857 #b8a057

Monochromatic Colors of #a0b857

#a0b857

Complementary Color

#a0b857 #6f57b8

#a0b857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b857 Color CSS Codes

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

#a0b857 Text Font Color

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

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


#a0b857 Background Color

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

This div background color is #a0b857


#a0b857 Border Color

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

This div border color is #a0b857


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,184,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b857


Comments

No comments written yet.

Please login to write comment.