color codes Logo

#aada1e color codes

#AADA1E
(170,218,30)
0 Favorites   0 Comments

Color spaces of #aada1e

RGB 17021830
HSL0.210.760.49
HSV75°86°85°
CMYK 0.220.000.86   0.15
XYZ41.883358.782610.3670
Yxy58.78260.37720.5294
Hunter Lab76.6698-36.660945.6519
CIE-Lab81.1720-38.359776.2119

#aada1e color RGB value is (170,218,30).

#aada1e hex color red value is 170, green value is 218 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aada1e hue: 0.21 , saturation: 0.76 and the lightness value of aada1e is 0.49.

The process color (four color CMYK) of #aada1e color code is 0.22, 0.00, 0.86, 0.15. Web safe color of #aada1e is #99cc33. Color #aada1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 00011110
Octal 252 332 36
Decimal 170 218 30
Hex AA DA 1E

RGB Percentages of Color #aada1e

%40.67
%52.15
%7.18

CMYK Percentages of Color #aada1e

%22
%0
%86
%15

Triadic Colors of #aada1e

#aada1e #1eaada #da1eaa

Analogous Colors of #aada1e

#aada1e #4cda1e #daac1e

Monochromatic Colors of #aada1e

#aada1e

Complementary Color

#aada1e #4e1eda

#aada1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada1e Color CSS Codes

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

#aada1e Text Font Color

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

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


#aada1e Background Color

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

This div background color is #aada1e


#aada1e Border Color

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

This div border color is #aada1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada1e


Comments

No comments written yet.

Please login to write comment.