Color Hex Logo

#a2be99 Color Hex

#A2BE99
(162,190,153)
0 Favorites   0 Comments

Color spaces of #a2be99

RGB 162190153
HSL0.290.220.67
HSV105°19°75°
CMYK 0.150.000.19   0.25
XYZ39.063546.808237.1130
Yxy46.80820.31760.3806
Hunter Lab68.4165-17.811515.7293
CIE-Lab74.0669-16.472415.5806

#a2be99 color RGB value is (162,190,153).

#a2be99 hex color red value is 162, green value is 190 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a2be99 hue: 0.29 , saturation: 0.22 and the lightness value of a2be99 is 0.67.

The process color (four color CMYK) of #a2be99 color hex is 0.15, 0.00, 0.19, 0.25. Web safe color of #a2be99 is #99cc99. Color #a2be99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111110 10011001
Octal 242 276 231
Decimal 162 190 153
Hex A2 BE 99

RGB Percentages of Color #a2be99

%32.08
%37.62
%30.30

CMYK Percentages of Color #a2be99

%15
%0
%19
%25

Triadic Colors of #a2be99

#a2be99 #99a2be #be99a2

Analogous Colors of #a2be99

#a2be99 #99bea3 #b5be99

Monochromatic Colors of #a2be99

#a2be99

Complementary Color

#a2be99 #b599be

#a2be99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2be99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2be99 Color CSS Codes

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

#a2be99 Text Font Color

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

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


#a2be99 Background Color

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

This div background color is #a2be99


#a2be99 Border Color

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

This div border color is #a2be99


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,190,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2be99


Comments

No comments written yet.

Please login to write comment.