Color Hex Logo

#aad061 Color Hex

#AAD061
(170,208,97)
0 Favorites   0 Comments

Color spaces of #aad061

RGB 17020897
HSL0.220.540.60
HSV81°53°82°
CMYK 0.180.000.53   0.18
XYZ41.291154.520919.6566
Yxy54.52090.35760.4722
Hunter Lab73.8383-29.398035.9031
CIE-Lab78.7645-29.784550.3521

#aad061 color RGB value is (170,208,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01100001
Octal 252 320 141
Decimal 170 208 97
Hex AA D0 61

RGB Percentages of Color #aad061

%35.79
%43.79
%20.42

CMYK Percentages of Color #aad061

%18
%0
%53
%18

Triadic Colors of #aad061

#aad061 #61aad0 #d061aa

Analogous Colors of #aad061

#aad061 #73d061 #d0bf61

Monochromatic Colors of #aad061

#aad061

Complementary Color

#aad061 #8761d0

#aad061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad061 Color CSS Codes

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

#aad061 Text Font Color

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

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


#aad061 Background Color

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

This div background color is #aad061


#aad061 Border Color

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

This div border color is #aad061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad061


Comments

No comments written yet.

Please login to write comment.