Color Hex Logo

#a2b68f Color Hex

#A2B68F
(162,182,143)
0 Favorites   0 Comments

Color spaces of #a2b68f

RGB 162182143
HSL0.250.210.64
HSV91°21°71°
CMYK 0.110.000.21   0.29
XYZ36.586243.120432.3814
Yxy43.12040.32640.3847
Hunter Lab65.6661-15.463616.7291
CIE-Lab71.6366-14.027517.5995

#a2b68f color RGB value is (162,182,143).

#a2b68f hex color red value is 162, green value is 182 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a2b68f hue: 0.25 , saturation: 0.21 and the lightness value of a2b68f is 0.64.

The process color (four color CMYK) of #a2b68f color hex is 0.11, 0.00, 0.21, 0.29. Web safe color of #a2b68f is #99cc99. Color #a2b68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10110110 10001111
Octal 242 266 217
Decimal 162 182 143
Hex A2 B6 8F

RGB Percentages of Color #a2b68f

%33.26
%37.37
%29.36

CMYK Percentages of Color #a2b68f

%11
%0
%21
%29

Triadic Colors of #a2b68f

#a2b68f #8fa2b6 #b68fa2

Analogous Colors of #a2b68f

#a2b68f #8fb690 #b6b68f

Monochromatic Colors of #a2b68f

#a2b68f

Complementary Color

#a2b68f #a38fb6

#a2b68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b68f Color CSS Codes

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

#a2b68f Text Font Color

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

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


#a2b68f Background Color

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

This div background color is #a2b68f


#a2b68f Border Color

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

This div border color is #a2b68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b68f


Comments

No comments written yet.

Please login to write comment.