Color Hex Logo

#a0bc7e Color Hex

#A0BC7E
(160,188,126)
0 Favorites   0 Comments

Color spaces of #a0bc7e

RGB 160188126
HSL0.240.320.62
HSV87°33°74°
CMYK 0.150.000.33   0.26
XYZ36.246344.946426.5038
Yxy44.94640.33660.4173
Hunter Lab67.0421-20.817623.4903
CIE-Lab72.8566-20.415928.3249

#a0bc7e color RGB value is (160,188,126).

#a0bc7e hex color red value is 160, green value is 188 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a0bc7e hue: 0.24 , saturation: 0.32 and the lightness value of a0bc7e is 0.62.

The process color (four color CMYK) of #a0bc7e color hex is 0.15, 0.00, 0.33, 0.26. Web safe color of #a0bc7e is #99cc66. Color #a0bc7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111100 01111110
Octal 240 274 176
Decimal 160 188 126
Hex A0 BC 7E

RGB Percentages of Color #a0bc7e

%33.76
%39.66
%26.58

CMYK Percentages of Color #a0bc7e

%15
%0
%33
%26

Triadic Colors of #a0bc7e

#a0bc7e #7ea0bc #bc7ea0

Analogous Colors of #a0bc7e

#a0bc7e #81bc7e #bcb97e

Monochromatic Colors of #a0bc7e

#a0bc7e

Complementary Color

#a0bc7e #9a7ebc

#a0bc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bc7e Color CSS Codes

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

#a0bc7e Text Font Color

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

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


#a0bc7e Background Color

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

This div background color is #a0bc7e


#a0bc7e Border Color

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

This div border color is #a0bc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bc7e


Comments

No comments written yet.

Please login to write comment.