Color Hex Logo

#a2cc8d Color Hex

#A2CC8D
(162,204,141)
0 Favorites   0 Comments

Color spaces of #a2cc8d

RGB 162204141
HSL0.280.380.68
HSV100°31°80°
CMYK 0.210.000.31   0.20
XYZ41.300952.790233.2120
Yxy52.79020.32440.4147
Hunter Lab72.6569-25.683423.7579
CIE-Lab77.7510-25.385927.0097

#a2cc8d color RGB value is (162,204,141).

#a2cc8d hex color red value is 162, green value is 204 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a2cc8d hue: 0.28 , saturation: 0.38 and the lightness value of a2cc8d is 0.68.

The process color (four color CMYK) of #a2cc8d color hex is 0.21, 0.00, 0.31, 0.20. Web safe color of #a2cc8d is #99cc99. Color #a2cc8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001100 10001101
Octal 242 314 215
Decimal 162 204 141
Hex A2 CC 8D

RGB Percentages of Color #a2cc8d

%31.95
%40.24
%27.81

CMYK Percentages of Color #a2cc8d

%21
%0
%31
%20

Triadic Colors of #a2cc8d

#a2cc8d #8da2cc #cc8da2

Analogous Colors of #a2cc8d

#a2cc8d #8dcc98 #c2cc8d

Monochromatic Colors of #a2cc8d

#a2cc8d

Complementary Color

#a2cc8d #b78dcc

#a2cc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cc8d Color CSS Codes

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

#a2cc8d Text Font Color

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

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


#a2cc8d Background Color

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

This div background color is #a2cc8d


#a2cc8d Border Color

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

This div border color is #a2cc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cc8d


Comments

No comments written yet.

Please login to write comment.