Color Hex Logo

#aad066 Color Hex

#AAD066
(170,208,102)
0 Favorites   0 Comments

Color spaces of #aad066

RGB 170208102
HSL0.230.530.61
HSV82°51°82°
CMYK 0.180.000.51   0.18
XYZ41.531754.617120.9236
Yxy54.61710.35480.4665
Hunter Lab73.9034-29.018834.9461
CIE-Lab78.8202-29.290548.0699

#aad066 color RGB value is (170,208,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01100110
Octal 252 320 146
Decimal 170 208 102
Hex AA D0 66

RGB Percentages of Color #aad066

%35.42
%43.33
%21.25

CMYK Percentages of Color #aad066

%18
%0
%51
%18

Triadic Colors of #aad066

#aad066 #66aad0 #d066aa

Analogous Colors of #aad066

#aad066 #75d066 #d0c166

Monochromatic Colors of #aad066

#aad066

Complementary Color

#aad066 #8c66d0

#aad066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad066 Color CSS Codes

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

#aad066 Text Font Color

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

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


#aad066 Background Color

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

This div background color is #aad066


#aad066 Border Color

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

This div border color is #aad066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad066


Comments

No comments written yet.

Please login to write comment.