Color Hex Logo

#aad562 Color Hex

#AAD562
(170,213,98)
0 Favorites   0 Comments

Color spaces of #aad562

RGB 17021398
HSL0.230.580.61
HSV82°54°84°
CMYK 0.200.000.54   0.16
XYZ42.576457.016420.3165
Yxy57.01640.35510.4755
Hunter Lab75.5092-31.492636.9039
CIE-Lab80.1888-32.034751.5568

#aad562 color RGB value is (170,213,98).

#aad562 hex color red value is 170, green value is 213 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #aad562 hue: 0.23 , saturation: 0.58 and the lightness value of aad562 is 0.61.

The process color (four color CMYK) of #aad562 color hex is 0.20, 0.00, 0.54, 0.16. Web safe color of #aad562 is #99cc66. Color #aad562 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 01100010
Octal 252 325 142
Decimal 170 213 98
Hex AA D5 62

RGB Percentages of Color #aad562

%35.34
%44.28
%20.37

CMYK Percentages of Color #aad562

%20
%0
%54
%16

Triadic Colors of #aad562

#aad562 #62aad5 #d562aa

Analogous Colors of #aad562

#aad562 #71d562 #d5c762

Monochromatic Colors of #aad562

#aad562

Complementary Color

#aad562 #8d62d5

#aad562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad562 Color CSS Codes

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

#aad562 Text Font Color

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

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


#aad562 Background Color

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

This div background color is #aad562


#aad562 Border Color

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

This div border color is #aad562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad562


Comments

No comments written yet.

Please login to write comment.