Color Hex Logo

#aada57 Color Hex

#AADA57
(170,218,87)
0 Favorites   0 Comments

Color spaces of #aada57

RGB 17021887
HSL0.230.640.60
HSV82°60°85°
CMYK 0.220.000.60   0.15
XYZ43.369359.377018.1919
Yxy59.37700.35860.4910
Hunter Lab77.0565-34.384639.9420
CIE-Lab81.4984-35.319157.9461

#aada57 color RGB value is (170,218,87).

#aada57 hex color red value is 170, green value is 218 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aada57 hue: 0.23 , saturation: 0.64 and the lightness value of aada57 is 0.60.

The process color (four color CMYK) of #aada57 color hex is 0.22, 0.00, 0.60, 0.15. Web safe color of #aada57 is #99cc66. Color #aada57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 01010111
Octal 252 332 127
Decimal 170 218 87
Hex AA DA 57

RGB Percentages of Color #aada57

%35.79
%45.89
%18.32

CMYK Percentages of Color #aada57

%22
%0
%60
%15

Triadic Colors of #aada57

#aada57 #57aada #da57aa

Analogous Colors of #aada57

#aada57 #69da57 #dac957

Monochromatic Colors of #aada57

#aada57

Complementary Color

#aada57 #8757da

#aada57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada57 Color CSS Codes

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

#aada57 Text Font Color

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

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


#aada57 Background Color

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

This div background color is #aada57


#aada57 Border Color

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

This div border color is #aada57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada57


Comments

No comments written yet.

Please login to write comment.