Color Hex Logo

#aad948 Color Hex

#AAD948
(170,217,72)
0 Favorites   0 Comments

Color spaces of #aad948

RGB 17021772
HSL0.220.660.57
HSV79°67°85°
CMYK 0.220.000.67   0.15
XYZ42.560158.639615.2063
Yxy58.63960.36560.5038
Hunter Lab76.5765-34.801241.8299
CIE-Lab81.0931-35.981263.6368

#aad948 color RGB value is (170,217,72).

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

The process color (four color CMYK) of #aad948 color hex is 0.22, 0.00, 0.67, 0.15. Web safe color of #aad948 is #99cc33. Color #aad948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 01001000
Octal 252 331 110
Decimal 170 217 72
Hex AA D9 48

RGB Percentages of Color #aad948

%37.04
%47.28
%15.69

CMYK Percentages of Color #aad948

%22
%0
%67
%15

Triadic Colors of #aad948

#aad948 #48aad9 #d948aa

Analogous Colors of #aad948

#aad948 #61d948 #d9c048

Monochromatic Colors of #aad948

#aad948

Complementary Color

#aad948 #7748d9

#aad948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad948 Color CSS Codes

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

#aad948 Text Font Color

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

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


#aad948 Background Color

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

This div background color is #aad948


#aad948 Border Color

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

This div border color is #aad948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad948


Comments

No comments written yet.

Please login to write comment.