Color Hex Logo

#a2cb6c Color Hex

#A2CB6C
(162,203,108)
0 Favorites   0 Comments

Color spaces of #a2cb6c

RGB 162203108
HSL0.240.480.61
HSV86°47°80°
CMYK 0.200.000.47   0.20
XYZ38.963051.476022.0696
Yxy51.47600.34630.4575
Hunter Lab71.7468-28.620231.9849
CIE-Lab76.9665-29.289442.8040

#a2cb6c color RGB value is (162,203,108).

#a2cb6c hex color red value is 162, green value is 203 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a2cb6c hue: 0.24 , saturation: 0.48 and the lightness value of a2cb6c is 0.61.

The process color (four color CMYK) of #a2cb6c color hex is 0.20, 0.00, 0.47, 0.20. Web safe color of #a2cb6c is #99cc66. Color #a2cb6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001011 01101100
Octal 242 313 154
Decimal 162 203 108
Hex A2 CB 6C

RGB Percentages of Color #a2cb6c

%34.25
%42.92
%22.83

CMYK Percentages of Color #a2cb6c

%20
%0
%47
%20

Triadic Colors of #a2cb6c

#a2cb6c #6ca2cb #cb6ca2

Analogous Colors of #a2cb6c

#a2cb6c #73cb6c #cbc56c

Monochromatic Colors of #a2cb6c

#a2cb6c

Complementary Color

#a2cb6c #956ccb

#a2cb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cb6c Color CSS Codes

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

#a2cb6c Text Font Color

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

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


#a2cb6c Background Color

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

This div background color is #a2cb6c


#a2cb6c Border Color

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

This div border color is #a2cb6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cb6c


Comments

No comments written yet.

Please login to write comment.