Color Hex Logo

#aada3e Color Hex

#AADA3E
(170,218,62)
0 Favorites   0 Comments

Color spaces of #aada3e

RGB 17021862
HSL0.220.680.55
HSV78°72°85°
CMYK 0.220.000.72   0.15
XYZ42.518559.036713.7117
Yxy59.03670.36890.5122
Hunter Lab76.8353-35.685043.2041
CIE-Lab81.3118-37.048567.5314

#aada3e color RGB value is (170,218,62).

#aada3e hex color red value is 170, green value is 218 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aada3e hue: 0.22 , saturation: 0.68 and the lightness value of aada3e is 0.55.

The process color (four color CMYK) of #aada3e color hex is 0.22, 0.00, 0.72, 0.15. Web safe color of #aada3e is #99cc33. Color #aada3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 00111110
Octal 252 332 76
Decimal 170 218 62
Hex AA DA 3E

RGB Percentages of Color #aada3e

%37.78
%48.44
%13.78

CMYK Percentages of Color #aada3e

%22
%0
%72
%15

Triadic Colors of #aada3e

#aada3e #3eaada #da3eaa

Analogous Colors of #aada3e

#aada3e #5cda3e #dabc3e

Monochromatic Colors of #aada3e

#aada3e

Complementary Color

#aada3e #6e3eda

#aada3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada3e Color CSS Codes

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

#aada3e Text Font Color

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

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


#aada3e Background Color

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

This div background color is #aada3e


#aada3e Border Color

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

This div border color is #aada3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada3e


Comments

No comments written yet.

Please login to write comment.