Color Hex Logo

#a8b99b Color Hex

#A8B99B
(168,185,155)
0 Favorites   0 Comments

Color spaces of #a8b99b

RGB 168185155
HSL0.260.180.67
HSV94°16°73°
CMYK 0.090.000.16   0.27
XYZ39.413845.389337.6940
Yxy45.38930.32180.3705
Hunter Lab67.3716-13.474013.9877
CIE-Lab73.1475-11.401513.2702

#a8b99b color RGB value is (168,185,155).

#a8b99b hex color red value is 168, green value is 185 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a8b99b hue: 0.26 , saturation: 0.18 and the lightness value of a8b99b is 0.67.

The process color (four color CMYK) of #a8b99b color hex is 0.09, 0.00, 0.16, 0.27. Web safe color of #a8b99b is #99cc99. Color #a8b99b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111001 10011011
Octal 250 271 233
Decimal 168 185 155
Hex A8 B9 9B

RGB Percentages of Color #a8b99b

%33.07
%36.42
%30.51

CMYK Percentages of Color #a8b99b

%9
%0
%16
%27

Triadic Colors of #a8b99b

#a8b99b #9ba8b9 #b99ba8

Analogous Colors of #a8b99b

#a8b99b #9bb99d #b7b99b

Monochromatic Colors of #a8b99b

#a8b99b

Complementary Color

#a8b99b #ac9bb9

#a8b99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b99b Color CSS Codes

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

#a8b99b Text Font Color

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

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


#a8b99b Background Color

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

This div background color is #a8b99b


#a8b99b Border Color

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

This div border color is #a8b99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b99b


Comments

No comments written yet.

Please login to write comment.