Color Hex Logo

#aad753 Color Hex

#AAD753
(170,215,83)
0 Favorites   0 Comments

Color spaces of #aad753

RGB 17021583
HSL0.220.620.58
HSV80°61°84°
CMYK 0.210.000.61   0.16
XYZ42.439357.771517.0978
Yxy57.77150.36180.4925
Hunter Lab76.0076-33.346639.8681
CIE-Lab80.6116-34.268058.6712

#aad753 color RGB value is (170,215,83).

#aad753 hex color red value is 170, green value is 215 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #aad753 hue: 0.22 , saturation: 0.62 and the lightness value of aad753 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 01010011
Octal 252 327 123
Decimal 170 215 83
Hex AA D7 53

RGB Percentages of Color #aad753

%36.32
%45.94
%17.74

CMYK Percentages of Color #aad753

%21
%0
%61
%16

Triadic Colors of #aad753

#aad753 #53aad7 #d753aa

Analogous Colors of #aad753

#aad753 #68d753 #d7c253

Monochromatic Colors of #aad753

#aad753

Complementary Color

#aad753 #8053d7

#aad753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad753 Color CSS Codes

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

#aad753 Text Font Color

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

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


#aad753 Background Color

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

This div background color is #aad753


#aad753 Border Color

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

This div border color is #aad753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad753


Comments

No comments written yet.

Please login to write comment.