Color Hex Logo

#aad083 Color Hex

#AAD083
(170,208,131)
0 Favorites   0 Comments

Color spaces of #aad083

RGB 170208131
HSL0.250.450.66
HSV90°37°82°
CMYK 0.180.000.37   0.18
XYZ43.230255.296529.8675
Yxy55.29650.33670.4307
Hunter Lab74.3616-26.361728.2392
CIE-Lab79.2117-25.874934.2082

#aad083 color RGB value is (170,208,131).

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

The process color (four color CMYK) of #aad083 color hex is 0.18, 0.00, 0.37, 0.18. Web safe color of #aad083 is #99cc99. Color #aad083 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 10000011
Octal 252 320 203
Decimal 170 208 131
Hex AA D0 83

RGB Percentages of Color #aad083

%33.40
%40.86
%25.74

CMYK Percentages of Color #aad083

%18
%0
%37
%18

Triadic Colors of #aad083

#aad083 #83aad0 #d083aa

Analogous Colors of #aad083

#aad083 #84d083 #d0d083

Monochromatic Colors of #aad083

#aad083

Complementary Color

#aad083 #a983d0

#aad083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad083 Color CSS Codes

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

#aad083 Text Font Color

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

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


#aad083 Background Color

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

This div background color is #aad083


#aad083 Border Color

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

This div border color is #aad083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad083


Comments

No comments written yet.

Please login to write comment.