Color Hex Logo

#aad07f Color Hex

#AAD07F
(170,208,127)
0 Favorites   0 Comments

Color spaces of #aad07f

RGB 170208127
HSL0.240.460.66
HSV88°39°82°
CMYK 0.180.000.39   0.18
XYZ42.964255.190128.4670
Yxy55.19010.33930.4359
Hunter Lab74.2900-26.775629.2839
CIE-Lab79.1506-26.401836.1666

#aad07f color RGB value is (170,208,127).

#aad07f hex color red value is 170, green value is 208 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aad07f hue: 0.24 , saturation: 0.46 and the lightness value of aad07f is 0.66.

The process color (four color CMYK) of #aad07f color hex is 0.18, 0.00, 0.39, 0.18. Web safe color of #aad07f is #99cc66. Color #aad07f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01111111
Octal 252 320 177
Decimal 170 208 127
Hex AA D0 7F

RGB Percentages of Color #aad07f

%33.66
%41.19
%25.15

CMYK Percentages of Color #aad07f

%18
%0
%39
%18

Triadic Colors of #aad07f

#aad07f #7faad0 #d07faa

Analogous Colors of #aad07f

#aad07f #82d07f #d0ce7f

Monochromatic Colors of #aad07f

#aad07f

Complementary Color

#aad07f #a57fd0

#aad07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad07f Color CSS Codes

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

#aad07f Text Font Color

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

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


#aad07f Background Color

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

This div background color is #aad07f


#aad07f Border Color

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

This div border color is #aad07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad07f


Comments

No comments written yet.

Please login to write comment.