Color Hex Logo

#a2b99f Color Hex

#A2B99F
(162,185,159)
0 Favorites   0 Comments

Color spaces of #a2b99f

RGB 162185159
HSL0.310.160.67
HSV113°14°73°
CMYK 0.120.000.14   0.27
XYZ38.507344.882539.4345
Yxy44.88250.31350.3654
Hunter Lab66.9944-14.641311.9966
CIE-Lab72.8145-12.846610.5669

#a2b99f color RGB value is (162,185,159).

#a2b99f hex color red value is 162, green value is 185 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a2b99f hue: 0.31 , saturation: 0.16 and the lightness value of a2b99f is 0.67.

The process color (four color CMYK) of #a2b99f color hex is 0.12, 0.00, 0.14, 0.27. Web safe color of #a2b99f is #99cc99. Color #a2b99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111001 10011111
Octal 242 271 237
Decimal 162 185 159
Hex A2 B9 9F

RGB Percentages of Color #a2b99f

%32.02
%36.56
%31.42

CMYK Percentages of Color #a2b99f

%12
%0
%14
%27

Triadic Colors of #a2b99f

#a2b99f #9fa2b9 #b99fa2

Analogous Colors of #a2b99f

#a2b99f #9fb9a9 #afb99f

Monochromatic Colors of #a2b99f

#a2b99f

Complementary Color

#a2b99f #b69fb9

#a2b99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b99f Color CSS Codes

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

#a2b99f Text Font Color

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

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


#a2b99f Background Color

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

This div background color is #a2b99f


#a2b99f Border Color

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

This div border color is #a2b99f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,185,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 #a2b99f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b99f

#a2b99f Color Palettes


Comments

No comments written yet.

Please login to write comment.