Color Hex Logo

#aacc0f Color Hex

#AACC0F
(170,204,15)
0 Favorites   0 Comments

Color spaces of #aacc0f

RGB 17020415
HSL0.200.860.43
HSV71°93°80°
CMYK 0.170.000.93   0.20
XYZ38.256751.76638.4275
Yxy51.76630.38860.5258
Hunter Lab71.9488-30.998243.4194
CIE-Lab77.1409-32.299475.3544

#aacc0f color RGB value is (170,204,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 00001111
Octal 252 314 17
Decimal 170 204 15
Hex AA CC F

RGB Percentages of Color #aacc0f

%43.70
%52.44
%3.86

CMYK Percentages of Color #aacc0f

%17
%0
%93
%20

Triadic Colors of #aacc0f

#aacc0f #0faacc #cc0faa

Analogous Colors of #aacc0f

#aacc0f #4bcc0f #cc900f

Monochromatic Colors of #aacc0f

#aacc0f

Complementary Color

#aacc0f #310fcc

#aacc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc0f Color CSS Codes

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

#aacc0f Text Font Color

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

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


#aacc0f Background Color

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

This div background color is #aacc0f


#aacc0f Border Color

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

This div border color is #aacc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc0f


Comments

No comments written yet.

Please login to write comment.