Color Hex Logo

#aad825 Color Hex

#AAD825
(170,216,37)
0 Favorites   0 Comments

Color spaces of #aad825

RGB 17021637
HSL0.210.710.50
HSV75°83°85°
CMYK 0.210.000.83   0.15
XYZ41.467457.791410.7196
Yxy57.79140.37710.5255
Hunter Lab76.0207-35.668844.8540
CIE-Lab80.6227-37.255774.2410

#aad825 color RGB value is (170,216,37).

#aad825 hex color red value is 170, green value is 216 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #aad825 hue: 0.21 , saturation: 0.71 and the lightness value of aad825 is 0.50.

The process color (four color CMYK) of #aad825 color hex is 0.21, 0.00, 0.83, 0.15. Web safe color of #aad825 is #99cc33. Color #aad825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 00100101
Octal 252 330 45
Decimal 170 216 37
Hex AA D8 25

RGB Percentages of Color #aad825

%40.19
%51.06
%8.75

CMYK Percentages of Color #aad825

%21
%0
%83
%15

Triadic Colors of #aad825

#aad825 #25aad8 #d825aa

Analogous Colors of #aad825

#aad825 #51d825 #d8ad25

Monochromatic Colors of #aad825

#aad825

Complementary Color

#aad825 #5325d8

#aad825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad825 Color CSS Codes

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

#aad825 Text Font Color

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

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


#aad825 Background Color

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

This div background color is #aad825


#aad825 Border Color

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

This div border color is #aad825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad825


Comments

No comments written yet.

Please login to write comment.