Color Hex Logo

#aad656 Color Hex

#AAD656
(170,214,86)
0 Favorites   0 Comments

Color spaces of #aad656

RGB 17021486
HSL0.220.610.59
HSV81°60°84°
CMYK 0.210.000.60   0.16
XYZ42.303857.311117.6366
Yxy57.31110.36080.4888
Hunter Lab75.7041-32.735539.1802
CIE-Lab80.3543-33.566057.1058

#aad656 color RGB value is (170,214,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 01010110
Octal 252 326 126
Decimal 170 214 86
Hex AA D6 56

RGB Percentages of Color #aad656

%36.17
%45.53
%18.30

CMYK Percentages of Color #aad656

%21
%0
%60
%16

Triadic Colors of #aad656

#aad656 #56aad6 #d656aa

Analogous Colors of #aad656

#aad656 #6ad656 #d6c256

Monochromatic Colors of #aad656

#aad656

Complementary Color

#aad656 #8256d6

#aad656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad656 Color CSS Codes

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

#aad656 Text Font Color

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

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


#aad656 Background Color

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

This div background color is #aad656


#aad656 Border Color

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

This div border color is #aad656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad656


Comments

No comments written yet.

Please login to write comment.