Color Hex Logo

#aad05e Color Hex

#AAD05E
(170,208,94)
0 Favorites   0 Comments

Color spaces of #aad05e

RGB 17020894
HSL0.220.550.59
HSV80°55°82°
CMYK 0.180.000.55   0.18
XYZ41.153854.466018.9336
Yxy54.46600.35930.4755
Hunter Lab73.8011-29.614736.4500
CIE-Lab78.7327-30.067551.7005

#aad05e color RGB value is (170,208,94).

#aad05e hex color red value is 170, green value is 208 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aad05e hue: 0.22 , saturation: 0.55 and the lightness value of aad05e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01011110
Octal 252 320 136
Decimal 170 208 94
Hex AA D0 5E

RGB Percentages of Color #aad05e

%36.02
%44.07
%19.92

CMYK Percentages of Color #aad05e

%18
%0
%55
%18

Triadic Colors of #aad05e

#aad05e #5eaad0 #d05eaa

Analogous Colors of #aad05e

#aad05e #71d05e #d0bd5e

Monochromatic Colors of #aad05e

#aad05e

Complementary Color

#aad05e #845ed0

#aad05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad05e Color CSS Codes

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

#aad05e Text Font Color

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

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


#aad05e Background Color

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

This div background color is #aad05e


#aad05e Border Color

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

This div border color is #aad05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad05e


Comments

No comments written yet.

Please login to write comment.