Color Hex Logo

#aad114 Color Hex

#AAD114
(170,209,20)
0 Favorites   0 Comments

Color spaces of #aad114

RGB 17020920
HSL0.200.830.45
HSV72°90°82°
CMYK 0.190.000.90   0.18
XYZ39.504354.19759.0409
Yxy54.19750.38450.5275
Hunter Lab73.6190-33.049244.2521
CIE-Lab78.5768-34.518375.8103

#aad114 color RGB value is (170,209,20).

#aad114 hex color red value is 170, green value is 209 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #aad114 hue: 0.20 , saturation: 0.83 and the lightness value of aad114 is 0.45.

The process color (four color CMYK) of #aad114 color hex is 0.19, 0.00, 0.90, 0.18. Web safe color of #aad114 is #99cc00. Color #aad114 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 00010100
Octal 252 321 24
Decimal 170 209 20
Hex AA D1 14

RGB Percentages of Color #aad114

%42.61
%52.38
%5.01

CMYK Percentages of Color #aad114

%19
%0
%90
%18

Triadic Colors of #aad114

#aad114 #14aad1 #d114aa

Analogous Colors of #aad114

#aad114 #4cd114 #d19a14

Monochromatic Colors of #aad114

#aad114

Complementary Color

#aad114 #3b14d1

#aad114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad114 Color CSS Codes

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

#aad114 Text Font Color

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

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


#aad114 Background Color

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

This div background color is #aad114


#aad114 Border Color

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

This div border color is #aad114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad114


Comments

No comments written yet.

Please login to write comment.