Color Hex Logo

#aad054 Color Hex

#AAD054
(170,208,84)
0 Favorites   0 Comments

Color spaces of #aad054

RGB 17020884
HSL0.220.570.57
HSV78°60°82°
CMYK 0.180.000.60   0.18
XYZ40.733754.297916.7212
Yxy54.29790.36450.4859
Hunter Lab73.6871-30.278938.1268
CIE-Lab78.6351-30.938556.0616

#aad054 color RGB value is (170,208,84).

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

The process color (four color CMYK) of #aad054 color hex is 0.18, 0.00, 0.60, 0.18. Web safe color of #aad054 is #99cc66. Color #aad054 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01010100
Octal 252 320 124
Decimal 170 208 84
Hex AA D0 54

RGB Percentages of Color #aad054

%36.80
%45.02
%18.18

CMYK Percentages of Color #aad054

%18
%0
%60
%18

Triadic Colors of #aad054

#aad054 #54aad0 #d054aa

Analogous Colors of #aad054

#aad054 #6cd054 #d0b854

Monochromatic Colors of #aad054

#aad054

Complementary Color

#aad054 #7a54d0

#aad054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad054 Color CSS Codes

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

#aad054 Text Font Color

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

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


#aad054 Background Color

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

This div background color is #aad054


#aad054 Border Color

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

This div border color is #aad054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad054


Comments

No comments written yet.

Please login to write comment.