Color Hex Logo

#aad269 Color Hex

#AAD269
(170,210,105)
0 Favorites   0 Comments

Color spaces of #aad269

RGB 170210105
HSL0.230.540.62
HSV83°50°82°
CMYK 0.190.000.50   0.18
XYZ42.174055.659221.8851
Yxy55.65920.35230.4649
Hunter Lab74.6051-29.653534.8311
CIE-Lab79.4195-29.927647.3617

#aad269 color RGB value is (170,210,105).

#aad269 hex color red value is 170, green value is 210 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aad269 hue: 0.23 , saturation: 0.54 and the lightness value of aad269 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 01101001
Octal 252 322 151
Decimal 170 210 105
Hex AA D2 69

RGB Percentages of Color #aad269

%35.05
%43.30
%21.65

CMYK Percentages of Color #aad269

%19
%0
%50
%18

Triadic Colors of #aad269

#aad269 #69aad2 #d269aa

Analogous Colors of #aad269

#aad269 #76d269 #d2c669

Monochromatic Colors of #aad269

#aad269

Complementary Color

#aad269 #9169d2

#aad269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad269 Color CSS Codes

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

#aad269 Text Font Color

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

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


#aad269 Background Color

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

This div background color is #aad269


#aad269 Border Color

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

This div border color is #aad269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad269


Comments

No comments written yet.

Please login to write comment.