Color Hex Logo

#a8b29f Color Hex

#A8B29F
(168,178,159)
0 Favorites   0 Comments

Color spaces of #a8b29f

RGB 168178159
HSL0.250.110.66
HSV92°11°70°
CMYK 0.060.000.11   0.30
XYZ38.326942.668839.0168
Yxy42.66880.31940.3555
Hunter Lab65.3214-9.578610.3107
CIE-Lab71.3296-7.02508.5120

#a8b29f color RGB value is (168,178,159).

#a8b29f hex color red value is 168, green value is 178 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a8b29f hue: 0.25 , saturation: 0.11 and the lightness value of a8b29f is 0.66.

The process color (four color CMYK) of #a8b29f color hex is 0.06, 0.00, 0.11, 0.30. Web safe color of #a8b29f is #999999. Color #a8b29f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10110010 10011111
Octal 250 262 237
Decimal 168 178 159
Hex A8 B2 9F

RGB Percentages of Color #a8b29f

%33.27
%35.25
%31.49

CMYK Percentages of Color #a8b29f

%6
%0
%11
%30

Triadic Colors of #a8b29f

#a8b29f #9fa8b2 #b29fa8

Analogous Colors of #a8b29f

#a8b29f #9fb2a0 #b2b29f

Monochromatic Colors of #a8b29f

#a8b29f

Complementary Color

#a8b29f #a99fb2

#a8b29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b29f Color CSS Codes

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

#a8b29f Text Font Color

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

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


#a8b29f Background Color

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

This div background color is #a8b29f


#a8b29f Border Color

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

This div border color is #a8b29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b29f

#a8b29f Color Palettes


Comments

No comments written yet.

Please login to write comment.