Color Hex Logo

#aad773 Color Hex

#AAD773
(170,215,115)
0 Favorites   0 Comments

Color spaces of #aad773

RGB 170215115
HSL0.240.560.65
HSV87°47°84°
CMYK 0.210.000.47   0.16
XYZ43.972558.384725.1714
Yxy58.38470.34480.4578
Hunter Lab76.4099-30.993833.9553
CIE-Lab80.9522-31.188444.4115

#aad773 color RGB value is (170,215,115).

#aad773 hex color red value is 170, green value is 215 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #aad773 hue: 0.24 , saturation: 0.56 and the lightness value of aad773 is 0.65.

The process color (four color CMYK) of #aad773 color hex is 0.21, 0.00, 0.47, 0.16. Web safe color of #aad773 is #99cc66. Color #aad773 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 01110011
Octal 252 327 163
Decimal 170 215 115
Hex AA D7 73

RGB Percentages of Color #aad773

%34.00
%43.00
%23.00

CMYK Percentages of Color #aad773

%21
%0
%47
%16

Triadic Colors of #aad773

#aad773 #73aad7 #d773aa

Analogous Colors of #aad773

#aad773 #78d773 #d7d273

Monochromatic Colors of #aad773

#aad773

Complementary Color

#aad773 #a073d7

#aad773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad773 Color CSS Codes

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

#aad773 Text Font Color

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

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


#aad773 Background Color

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

This div background color is #aad773


#aad773 Border Color

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

This div border color is #aad773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad773


Comments

No comments written yet.

Please login to write comment.