Color Hex Logo

#a8b08e Color Hex

#A8B08E
(168,176,142)
0 Favorites   0 Comments

Color spaces of #a8b08e

RGB 168176142
HSL0.210.180.62
HSV74°19°69°
CMYK 0.050.000.19   0.31
XYZ36.556341.328531.6417
Yxy41.32850.33380.3773
Hunter Lab64.2872-11.000415.8190
CIE-Lab70.4055-8.820016.5012

#a8b08e color RGB value is (168,176,142).

#a8b08e hex color red value is 168, green value is 176 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a8b08e hue: 0.21 , saturation: 0.18 and the lightness value of a8b08e is 0.62.

The process color (four color CMYK) of #a8b08e color hex is 0.05, 0.00, 0.19, 0.31. Web safe color of #a8b08e is #999999. Color #a8b08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10110000 10001110
Octal 250 260 216
Decimal 168 176 142
Hex A8 B0 8E

RGB Percentages of Color #a8b08e

%34.57
%36.21
%29.22

CMYK Percentages of Color #a8b08e

%5
%0
%19
%31

Triadic Colors of #a8b08e

#a8b08e #8ea8b0 #b08ea8

Analogous Colors of #a8b08e

#a8b08e #97b08e #b0a78e

Monochromatic Colors of #a8b08e

#a8b08e

Complementary Color

#a8b08e #968eb0

#a8b08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b08e Color CSS Codes

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

#a8b08e Text Font Color

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

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


#a8b08e Background Color

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

This div background color is #a8b08e


#a8b08e Border Color

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

This div border color is #a8b08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b08e


Comments

No comments written yet.

Please login to write comment.