Color Hex Logo

#aadf49 Color Hex

#AADF49
(170,223,73)
0 Favorites   0 Comments

Color spaces of #aadf49

RGB 17022373
HSL0.230.700.58
HSV81°67°87°
CMYK 0.240.000.67   0.13
XYZ44.167861.802415.9045
Yxy61.80240.36240.5071
Hunter Lab78.6145-37.289143.0352
CIE-Lab82.8082-38.616965.0295

#aadf49 color RGB value is (170,223,73).

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

The process color (four color CMYK) of #aadf49 color hex is 0.24, 0.00, 0.67, 0.13. Web safe color of #aadf49 is #99cc33. Color #aadf49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 01001001
Octal 252 337 111
Decimal 170 223 73
Hex AA DF 49

RGB Percentages of Color #aadf49

%36.48
%47.85
%15.67

CMYK Percentages of Color #aadf49

%24
%0
%67
%13

Triadic Colors of #aadf49

#aadf49 #49aadf #df49aa

Analogous Colors of #aadf49

#aadf49 #5fdf49 #dfc949

Monochromatic Colors of #aadf49

#aadf49

Complementary Color

#aadf49 #7e49df

#aadf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf49 Color CSS Codes

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

#aadf49 Text Font Color

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

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


#aadf49 Background Color

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

This div background color is #aadf49


#aadf49 Border Color

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

This div border color is #aadf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf49


Comments

No comments written yet.

Please login to write comment.