Color Hex Logo

#aad636 Color Hex

#AAD636
(170,214,54)
0 Favorites   0 Comments

Color spaces of #aad636

RGB 17021454
HSL0.210.660.53
HSV77°75°84°
CMYK 0.210.000.75   0.16
XYZ41.290056.905512.2977
Yxy56.90550.37370.5150
Hunter Lab75.4357-34.310043.1394
CIE-Lab80.1264-35.658269.0594

#aad636 color RGB value is (170,214,54).

#aad636 hex color red value is 170, green value is 214 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aad636 hue: 0.21 , saturation: 0.66 and the lightness value of aad636 is 0.53.

The process color (four color CMYK) of #aad636 color hex is 0.21, 0.00, 0.75, 0.16. Web safe color of #aad636 is #99cc33. Color #aad636 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 00110110
Octal 252 326 66
Decimal 170 214 54
Hex AA D6 36

RGB Percentages of Color #aad636

%38.81
%48.86
%12.33

CMYK Percentages of Color #aad636

%21
%0
%75
%16

Triadic Colors of #aad636

#aad636 #36aad6 #d636aa

Analogous Colors of #aad636

#aad636 #5ad636 #d6b236

Monochromatic Colors of #aad636

#aad636

Complementary Color

#aad636 #6236d6

#aad636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad636 Color CSS Codes

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

#aad636 Text Font Color

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

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


#aad636 Background Color

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

This div background color is #aad636


#aad636 Border Color

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

This div border color is #aad636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad636


Comments

No comments written yet.

Please login to write comment.