Color Hex Logo

#aadb0e Color Hex

#AADB0E
(170,219,14)
1 Favorites   0 Comments

Color spaces of #aadb0e

RGB 17021914
HSL0.210.880.46
HSV74°94°86°
CMYK 0.220.000.94   0.14
XYZ41.988359.24089.6371
Yxy59.24080.37870.5343
Hunter Lab76.9680-37.317246.4540
CIE-Lab81.4238-39.127478.8417

#aadb0e color RGB value is (170,219,14).

#aadb0e hex color red value is 170, green value is 219 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aadb0e hue: 0.21 , saturation: 0.88 and the lightness value of aadb0e is 0.46.

The process color (four color CMYK) of #aadb0e color hex is 0.22, 0.00, 0.94, 0.14. Web safe color of #aadb0e is #99cc00. Color #aadb0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 00001110
Octal 252 333 16
Decimal 170 219 14
Hex AA DB E

RGB Percentages of Color #aadb0e

%42.18
%54.34
%3.47

CMYK Percentages of Color #aadb0e

%22
%0
%94
%14

Triadic Colors of #aadb0e

#aadb0e #0eaadb #db0eaa

Analogous Colors of #aadb0e

#aadb0e #44db0e #dba60e

Monochromatic Colors of #aadb0e

#aadb0e

Complementary Color

#aadb0e #3f0edb

#aadb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb0e Color CSS Codes

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

#aadb0e Text Font Color

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

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


#aadb0e Background Color

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

This div background color is #aadb0e


#aadb0e Border Color

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

This div border color is #aadb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb0e

#aadb0e Color Palettes


Comments

No comments written yet.

Please login to write comment.