Color Hex Logo

#aacc22 Color Hex

#AACC22
(170,204,34)
0 Favorites   0 Comments

Color spaces of #aacc22

RGB 17020434
HSL0.200.710.47
HSV72°83°80°
CMYK 0.170.000.83   0.20
XYZ38.459251.84739.4939
Yxy51.84730.38540.5195
Hunter Lab72.0051-30.668842.5861
CIE-Lab77.1894-31.858471.9848

#aacc22 color RGB value is (170,204,34).

#aacc22 hex color red value is 170, green value is 204 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #aacc22 hue: 0.20 , saturation: 0.71 and the lightness value of aacc22 is 0.47.

The process color (four color CMYK) of #aacc22 color hex is 0.17, 0.00, 0.83, 0.20. Web safe color of #aacc22 is #99cc33. Color #aacc22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 00100010
Octal 252 314 42
Decimal 170 204 34
Hex AA CC 22

RGB Percentages of Color #aacc22

%41.67
%50.00
%8.33

CMYK Percentages of Color #aacc22

%17
%0
%83
%20

Triadic Colors of #aacc22

#aacc22 #22aacc #cc22aa

Analogous Colors of #aacc22

#aacc22 #55cc22 #cc9922

Monochromatic Colors of #aacc22

#aacc22

Complementary Color

#aacc22 #4422cc

#aacc22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc22 Color CSS Codes

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

#aacc22 Text Font Color

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

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


#aacc22 Background Color

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

This div background color is #aacc22


#aacc22 Border Color

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

This div border color is #aacc22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc22


Comments

No comments written yet.

Please login to write comment.