Color Hex Logo

#aad646 Color Hex

#AAD646
(170,214,70)
0 Favorites   0 Comments

Color spaces of #aad646

RGB 17021470
HSL0.220.640.56
HSV78°67°84°
CMYK 0.210.000.67   0.16
XYZ41.729657.081414.6128
Yxy57.08140.36790.5033
Hunter Lab75.5522-33.625941.4191
CIE-Lab80.2254-34.745563.5087

#aad646 color RGB value is (170,214,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 01000110
Octal 252 326 106
Decimal 170 214 70
Hex AA D6 46

RGB Percentages of Color #aad646

%37.44
%47.14
%15.42

CMYK Percentages of Color #aad646

%21
%0
%67
%16

Triadic Colors of #aad646

#aad646 #46aad6 #d646aa

Analogous Colors of #aad646

#aad646 #62d646 #d6ba46

Monochromatic Colors of #aad646

#aad646

Complementary Color

#aad646 #7246d6

#aad646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad646 Color CSS Codes

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

#aad646 Text Font Color

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

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


#aad646 Background Color

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

This div background color is #aad646


#aad646 Border Color

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

This div border color is #aad646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad646


Comments

No comments written yet.

Please login to write comment.