Color Hex Logo

#aacc0c Color Hex

#AACC0C
(170,204,12)
0 Favorites   0 Comments

Color spaces of #aacc0c

RGB 17020412
HSL0.200.890.42
HSV71°94°80°
CMYK 0.170.000.94   0.20
XYZ38.236851.75838.3229
Yxy51.75830.38890.5264
Hunter Lab71.9432-31.030543.5012
CIE-Lab77.1361-32.342775.7002

#aacc0c color RGB value is (170,204,12).

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

The process color (four color CMYK) of #aacc0c color hex is 0.17, 0.00, 0.94, 0.20. Web safe color of #aacc0c is #99cc00. Color #aacc0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 00001100
Octal 252 314 14
Decimal 170 204 12
Hex AA CC C

RGB Percentages of Color #aacc0c

%44.04
%52.85
%3.11

CMYK Percentages of Color #aacc0c

%17
%0
%94
%20

Triadic Colors of #aacc0c

#aacc0c #0caacc #cc0caa

Analogous Colors of #aacc0c

#aacc0c #4acc0c #cc8e0c

Monochromatic Colors of #aacc0c

#aacc0c

Complementary Color

#aacc0c #2e0ccc

#aacc0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc0c Color CSS Codes

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

#aacc0c Text Font Color

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

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


#aacc0c Background Color

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

This div background color is #aacc0c


#aacc0c Border Color

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

This div border color is #aacc0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc0c


Comments

No comments written yet.

Please login to write comment.