Color Hex Logo

#aad064 Color Hex

#AAD064
(170,208,100)
0 Favorites   0 Comments

Color spaces of #aad064

RGB 170208100
HSL0.230.530.60
HSV81°52°82°
CMYK 0.180.000.52   0.18
XYZ41.433754.577920.4074
Yxy54.57790.35590.4688
Hunter Lab73.8769-29.173135.3358
CIE-Lab78.7975-29.491348.9878

#aad064 color RGB value is (170,208,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01100100
Octal 252 320 144
Decimal 170 208 100
Hex AA D0 64

RGB Percentages of Color #aad064

%35.56
%43.51
%20.92

CMYK Percentages of Color #aad064

%18
%0
%52
%18

Triadic Colors of #aad064

#aad064 #64aad0 #d064aa

Analogous Colors of #aad064

#aad064 #74d064 #d0c064

Monochromatic Colors of #aad064

#aad064

Complementary Color

#aad064 #8a64d0

#aad064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad064 Color CSS Codes

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

#aad064 Text Font Color

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

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


#aad064 Background Color

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

This div background color is #aad064


#aad064 Border Color

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

This div border color is #aad064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad064


Comments

No comments written yet.

Please login to write comment.