color codes Logo

#aacc3c color codes

#AACC3C
(170,204,60)
0 Favorites   0 Comments

Color spaces of #aacc3c

RGB 17020460
HSL0.210.590.52
HSV74°71°80°
CMYK 0.170.000.71   0.20
XYZ38.986052.058012.2684
Yxy52.05800.37740.5039
Hunter Lab72.1512-29.814440.4243
CIE-Lab77.3155-30.720964.2898

#aacc3c color RGB value is (170,204,60).

#aacc3c hex color red value is 170, green value is 204 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aacc3c hue: 0.21 , saturation: 0.59 and the lightness value of aacc3c is 0.52.

The process color (four color CMYK) of #aacc3c color code is 0.17, 0.00, 0.71, 0.20. Web safe color of #aacc3c is #99cc33. Color #aacc3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 00111100
Octal 252 314 74
Decimal 170 204 60
Hex AA CC 3C

RGB Percentages of Color #aacc3c

%39.17
%47.00
%13.82

CMYK Percentages of Color #aacc3c

%17
%0
%71
%20

Triadic Colors of #aacc3c

#aacc3c #3caacc #cc3caa

Analogous Colors of #aacc3c

#aacc3c #62cc3c #cca63c

Monochromatic Colors of #aacc3c

#aacc3c

Complementary Color

#aacc3c #5e3ccc

#aacc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc3c Color CSS Codes

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

#aacc3c Text Font Color

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

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


#aacc3c Background Color

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

This div background color is #aacc3c


#aacc3c Border Color

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

This div border color is #aacc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc3c


Comments

No comments written yet.

Please login to write comment.