Color Hex Logo

#aad469 Color Hex

#AAD469
(170,212,105)
0 Favorites   0 Comments

Color spaces of #aad469

RGB 170212105
HSL0.230.550.62
HSV84°50°83°
CMYK 0.200.000.50   0.17
XYZ42.670856.652922.0507
Yxy56.65290.35160.4668
Hunter Lab75.2681-30.524535.3180
CIE-Lab79.9840-30.869248.0402

#aad469 color RGB value is (170,212,105).

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

The process color (four color CMYK) of #aad469 color hex is 0.20, 0.00, 0.50, 0.17. Web safe color of #aad469 is #99cc66. Color #aad469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 01101001
Octal 252 324 151
Decimal 170 212 105
Hex AA D4 69

RGB Percentages of Color #aad469

%34.91
%43.53
%21.56

CMYK Percentages of Color #aad469

%20
%0
%50
%17

Triadic Colors of #aad469

#aad469 #69aad4 #d469aa

Analogous Colors of #aad469

#aad469 #75d469 #d4c969

Monochromatic Colors of #aad469

#aad469

Complementary Color

#aad469 #9369d4

#aad469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad469 Color CSS Codes

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

#aad469 Text Font Color

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

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


#aad469 Background Color

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

This div background color is #aad469


#aad469 Border Color

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

This div border color is #aad469


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,212,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 #aad469">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad469


Comments

No comments written yet.

Please login to write comment.