Color Hex Logo

#aacd0f Color Hex

#AACD0F
(170,205,15)
0 Favorites   0 Comments

Color spaces of #aacd0f

RGB 17020515
HSL0.200.860.43
HSV71°93°80°
CMYK 0.170.000.93   0.20
XYZ38.495152.24328.5070
Yxy52.24320.38790.5264
Hunter Lab72.2795-31.422343.6174
CIE-Lab77.4260-32.763275.5788

#aacd0f color RGB value is (170,205,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 00001111
Octal 252 315 17
Decimal 170 205 15
Hex AA CD F

RGB Percentages of Color #aacd0f

%43.59
%52.56
%3.85

CMYK Percentages of Color #aacd0f

%17
%0
%93
%20

Triadic Colors of #aacd0f

#aacd0f #0faacd #cd0faa

Analogous Colors of #aacd0f

#aacd0f #4bcd0f #cd910f

Monochromatic Colors of #aacd0f

#aacd0f

Complementary Color

#aacd0f #320fcd

#aacd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacd0f Color CSS Codes

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

#aacd0f Text Font Color

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

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


#aacd0f Background Color

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

This div background color is #aacd0f


#aacd0f Border Color

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

This div border color is #aacd0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,205,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 #aacd0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacd0f


Comments

No comments written yet.

Please login to write comment.