Color Hex Logo

#a2b796 Color Hex

#A2B796
(162,183,150)
0 Favorites   0 Comments

Color spaces of #a2b796

RGB 162183150
HSL0.270.190.65
HSV98°18°72°
CMYK 0.110.000.18   0.28
XYZ37.338843.750435.3309
Yxy43.75040.32070.3758
Hunter Lab66.1441-14.987614.6311
CIE-Lab72.0613-13.381314.3957

#a2b796 color RGB value is (162,183,150).

#a2b796 hex color red value is 162, green value is 183 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a2b796 hue: 0.27 , saturation: 0.19 and the lightness value of a2b796 is 0.65.

The process color (four color CMYK) of #a2b796 color hex is 0.11, 0.00, 0.18, 0.28. Web safe color of #a2b796 is #99cc99. Color #a2b796 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10110111 10010110
Octal 242 267 226
Decimal 162 183 150
Hex A2 B7 96

RGB Percentages of Color #a2b796

%32.73
%36.97
%30.30

CMYK Percentages of Color #a2b796

%11
%0
%18
%28

Triadic Colors of #a2b796

#a2b796 #96a2b7 #b796a2

Analogous Colors of #a2b796

#a2b796 #96b79b #b3b796

Monochromatic Colors of #a2b796

#a2b796

Complementary Color

#a2b796 #ab96b7

#a2b796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b796 Color CSS Codes

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

#a2b796 Text Font Color

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

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


#a2b796 Background Color

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

This div background color is #a2b796


#a2b796 Border Color

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

This div border color is #a2b796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b796


Comments

No comments written yet.

Please login to write comment.