Color Hex Logo

#a8b06e Color Hex

#A8B06E
(168,176,110)
0 Favorites   0 Comments

Color spaces of #a8b06e

RGB 168176110
HSL0.190.290.56
HSV67°38°69°
CMYK 0.050.000.38   0.31
XYZ34.488340.501320.7517
Yxy40.50130.36020.4230
Hunter Lab63.6406-14.637925.2154
CIE-Lab69.8251-13.308632.8781

#a8b06e color RGB value is (168,176,110).

#a8b06e hex color red value is 168, green value is 176 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a8b06e hue: 0.19 , saturation: 0.29 and the lightness value of a8b06e is 0.56.

The process color (four color CMYK) of #a8b06e color hex is 0.05, 0.00, 0.38, 0.31. Web safe color of #a8b06e is #999966. Color #a8b06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10110000 01101110
Octal 250 260 156
Decimal 168 176 110
Hex A8 B0 6E

RGB Percentages of Color #a8b06e

%37.00
%38.77
%24.23

CMYK Percentages of Color #a8b06e

%5
%0
%38
%31

Triadic Colors of #a8b06e

#a8b06e #6ea8b0 #b06ea8

Analogous Colors of #a8b06e

#a8b06e #87b06e #b0976e

Monochromatic Colors of #a8b06e

#a8b06e

Complementary Color

#a8b06e #766eb0

#a8b06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b06e Color CSS Codes

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

#a8b06e Text Font Color

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

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


#a8b06e Background Color

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

This div background color is #a8b06e


#a8b06e Border Color

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

This div border color is #a8b06e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,176,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8b06e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8b06e;
  -webkit-box-shadow: 1px 1px 3px 2px #a8b06e;
  box-shadow:         1px 1px 3px 2px #a8b06e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,176,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b06e


Comments

No comments written yet.

Please login to write comment.