Color Hex Logo

#a2beac Color Hex

#A2BEAC
(162,190,172)
0 Favorites   0 Comments

Color spaces of #a2beac

RGB 162190172
HSL0.390.180.69
HSV141°15°75°
CMYK 0.150.000.09   0.25
XYZ40.760147.486946.0473
Yxy47.48690.30350.3536
Hunter Lab68.9107-15.01268.6190
CIE-Lab74.5001-13.03395.9126

#a2beac color RGB value is (162,190,172).

#a2beac hex color red value is 162, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a2beac hue: 0.39 , saturation: 0.18 and the lightness value of a2beac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111110 10101100
Octal 242 276 254
Decimal 162 190 172
Hex A2 BE AC

RGB Percentages of Color #a2beac

%30.92
%36.26
%32.82

CMYK Percentages of Color #a2beac

%15
%0
%9
%25

Triadic Colors of #a2beac

#a2beac #aca2be #beaca2

Analogous Colors of #a2beac

#a2beac #a2beba #a6bea2

Monochromatic Colors of #a2beac

#a2beac

Complementary Color

#a2beac #bea2b4

#a2beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2beac Color CSS Codes

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

#a2beac Text Font Color

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

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


#a2beac Background Color

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

This div background color is #a2beac


#a2beac Border Color

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

This div border color is #a2beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2beac


Comments

No comments written yet.

Please login to write comment.