Color Hex Logo

#aad452 Color Hex

#AAD452
(170,212,82)
0 Favorites   0 Comments

Color spaces of #aad452

RGB 17021282
HSL0.220.600.58
HSV79°61°83°
CMYK 0.200.000.61   0.17
XYZ41.644056.242216.6436
Yxy56.24220.36360.4911
Hunter Lab74.9948-32.121339.3381
CIE-Lab79.7515-32.962958.1523

#aad452 color RGB value is (170,212,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 01010010
Octal 252 324 122
Decimal 170 212 82
Hex AA D4 52

RGB Percentages of Color #aad452

%36.64
%45.69
%17.67

CMYK Percentages of Color #aad452

%20
%0
%61
%17

Triadic Colors of #aad452

#aad452 #52aad4 #d452aa

Analogous Colors of #aad452

#aad452 #69d452 #d4bd52

Monochromatic Colors of #aad452

#aad452

Complementary Color

#aad452 #7c52d4

#aad452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad452 Color CSS Codes

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

#aad452 Text Font Color

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

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


#aad452 Background Color

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

This div background color is #aad452


#aad452 Border Color

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

This div border color is #aad452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad452


Comments

No comments written yet.

Please login to write comment.