Color Hex Logo

#aad654 Color Hex

#AAD654
(170,214,84)
0 Favorites   0 Comments

Color spaces of #aad654

RGB 17021484
HSL0.220.610.58
HSV80°61°84°
CMYK 0.210.000.61   0.16
XYZ42.224457.279317.2181
Yxy57.27930.36180.4907
Hunter Lab75.6831-32.858439.4895
CIE-Lab80.3364-33.728257.9443

#aad654 color RGB value is (170,214,84).

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

The process color (four color CMYK) of #aad654 color hex is 0.21, 0.00, 0.61, 0.16. Web safe color of #aad654 is #99cc66. Color #aad654 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 01010100
Octal 252 326 124
Decimal 170 214 84
Hex AA D6 54

RGB Percentages of Color #aad654

%36.32
%45.73
%17.95

CMYK Percentages of Color #aad654

%21
%0
%61
%16

Triadic Colors of #aad654

#aad654 #54aad6 #d654aa

Analogous Colors of #aad654

#aad654 #69d654 #d6c154

Monochromatic Colors of #aad654

#aad654

Complementary Color

#aad654 #8054d6

#aad654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad654 Color CSS Codes

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

#aad654 Text Font Color

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

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


#aad654 Background Color

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

This div background color is #aad654


#aad654 Border Color

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

This div border color is #aad654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad654


Comments

No comments written yet.

Please login to write comment.