Color Hex Logo

#aad450 Color Hex

#AAD450
(170,212,80)
0 Favorites   0 Comments

Color spaces of #aad450

RGB 17021280
HSL0.220.610.57
HSV79°62°83°
CMYK 0.200.000.62   0.17
XYZ41.569056.212216.2485
Yxy56.21220.36450.4930
Hunter Lab74.9748-32.238439.6331
CIE-Lab79.7344-33.117658.9759

#aad450 color RGB value is (170,212,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 01010000
Octal 252 324 120
Decimal 170 212 80
Hex AA D4 50

RGB Percentages of Color #aad450

%36.80
%45.89
%17.32

CMYK Percentages of Color #aad450

%20
%0
%62
%17

Triadic Colors of #aad450

#aad450 #50aad4 #d450aa

Analogous Colors of #aad450

#aad450 #68d450 #d4bc50

Monochromatic Colors of #aad450

#aad450

Complementary Color

#aad450 #7a50d4

#aad450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad450 Color CSS Codes

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

#aad450 Text Font Color

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

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


#aad450 Background Color

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

This div background color is #aad450


#aad450 Border Color

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

This div border color is #aad450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad450


Comments

No comments written yet.

Please login to write comment.