Color Hex Logo

#aad048 Color Hex

#AAD048
(170,208,72)
0 Favorites   0 Comments

Color spaces of #aad048

RGB 17020872
HSL0.210.590.55
HSV77°65°82°
CMYK 0.180.000.65   0.18
XYZ40.303154.125714.4540
Yxy54.12570.37020.4971
Hunter Lab73.5702-30.962239.8507
CIE-Lab78.5350-31.839960.9665

#aad048 color RGB value is (170,208,72).

#aad048 hex color red value is 170, green value is 208 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aad048 hue: 0.21 , saturation: 0.59 and the lightness value of aad048 is 0.55.

The process color (four color CMYK) of #aad048 color hex is 0.18, 0.00, 0.65, 0.18. Web safe color of #aad048 is #99cc33. Color #aad048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01001000
Octal 252 320 110
Decimal 170 208 72
Hex AA D0 48

RGB Percentages of Color #aad048

%37.78
%46.22
%16.00

CMYK Percentages of Color #aad048

%18
%0
%65
%18

Triadic Colors of #aad048

#aad048 #48aad0 #d048aa

Analogous Colors of #aad048

#aad048 #66d048 #d0b248

Monochromatic Colors of #aad048

#aad048

Complementary Color

#aad048 #6e48d0

#aad048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad048 Color CSS Codes

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

#aad048 Text Font Color

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

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


#aad048 Background Color

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

This div background color is #aad048


#aad048 Border Color

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

This div border color is #aad048


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,208,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 #aad048">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad048


Comments

No comments written yet.

Please login to write comment.