Color Hex Logo

#aad475 Color Hex

#AAD475
(170,212,117)
0 Favorites   0 Comments

Color spaces of #aad475

RGB 170212117
HSL0.240.520.65
HSV87°45°83°
CMYK 0.200.000.45   0.17
XYZ43.331956.917425.5319
Yxy56.91740.34450.4525
Hunter Lab75.4436-29.502832.7454
CIE-Lab80.1331-29.545042.4161

#aad475 color RGB value is (170,212,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 01110101
Octal 252 324 165
Decimal 170 212 117
Hex AA D4 75

RGB Percentages of Color #aad475

%34.07
%42.48
%23.45

CMYK Percentages of Color #aad475

%20
%0
%45
%17

Triadic Colors of #aad475

#aad475 #75aad4 #d475aa

Analogous Colors of #aad475

#aad475 #7bd475 #d4cf75

Monochromatic Colors of #aad475

#aad475

Complementary Color

#aad475 #9f75d4

#aad475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad475 Color CSS Codes

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

#aad475 Text Font Color

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

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


#aad475 Background Color

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

This div background color is #aad475


#aad475 Border Color

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

This div border color is #aad475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad475


Comments

No comments written yet.

Please login to write comment.