Color Hex Logo

#a2b37f Color Hex

#A2B37F
(162,179,127)
0 Favorites   0 Comments

Color spaces of #a2b37f

RGB 162179127
HSL0.220.250.60
HSV80°29°70°
CMYK 0.090.000.29   0.30
XYZ34.851241.453926.2432
Yxy41.45390.33990.4042
Hunter Lab64.3847-16.051820.9027
CIE-Lab70.4928-14.940024.6600

#a2b37f color RGB value is (162,179,127).

#a2b37f hex color red value is 162, green value is 179 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a2b37f hue: 0.22 , saturation: 0.25 and the lightness value of a2b37f is 0.60.

The process color (four color CMYK) of #a2b37f color hex is 0.09, 0.00, 0.29, 0.30. Web safe color of #a2b37f is #99cc66. Color #a2b37f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10110011 01111111
Octal 242 263 177
Decimal 162 179 127
Hex A2 B3 7F

RGB Percentages of Color #a2b37f

%34.62
%38.25
%27.14

CMYK Percentages of Color #a2b37f

%9
%0
%29
%30

Triadic Colors of #a2b37f

#a2b37f #7fa2b3 #b37fa2

Analogous Colors of #a2b37f

#a2b37f #88b37f #b3aa7f

Monochromatic Colors of #a2b37f

#a2b37f

Complementary Color

#a2b37f #907fb3

#a2b37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b37f Color CSS Codes

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

#a2b37f Text Font Color

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

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


#a2b37f Background Color

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

This div background color is #a2b37f


#a2b37f Border Color

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

This div border color is #a2b37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b37f


Comments

No comments written yet.

Please login to write comment.