Color Hex Logo

#aad073 Color Hex

#AAD073
(170,208,115)
0 Favorites   0 Comments

Color spaces of #aad073

RGB 170208115
HSL0.230.500.63
HSV85°45°82°
CMYK 0.180.000.45   0.18
XYZ42.228054.895624.5899
Yxy54.89560.34690.4510
Hunter Lab74.0916-27.925332.1866
CIE-Lab78.9811-27.875441.9657

#aad073 color RGB value is (170,208,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01110011
Octal 252 320 163
Decimal 170 208 115
Hex AA D0 73

RGB Percentages of Color #aad073

%34.48
%42.19
%23.33

CMYK Percentages of Color #aad073

%18
%0
%45
%18

Triadic Colors of #aad073

#aad073 #73aad0 #d073aa

Analogous Colors of #aad073

#aad073 #7cd073 #d0c873

Monochromatic Colors of #aad073

#aad073

Complementary Color

#aad073 #9973d0

#aad073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad073 Color CSS Codes

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

#aad073 Text Font Color

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

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


#aad073 Background Color

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

This div background color is #aad073


#aad073 Border Color

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

This div border color is #aad073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad073


Comments

No comments written yet.

Please login to write comment.