Color Hex Logo

#aaeb14 Color Hex

#AAEB14
(170,235,20)
0 Favorites   0 Comments

Color spaces of #aaeb14

RGB 17023520
HSL0.220.840.50
HSV78°91°92°
CMYK 0.280.000.91   0.08
XYZ46.412268.013211.3435
Yxy68.01320.36900.5408
Hunter Lab82.4701-43.867249.5739
CIE-Lab86.0130-45.978981.7768

#aaeb14 color RGB value is (170,235,20).

#aaeb14 hex color red value is 170, green value is 235 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #aaeb14 hue: 0.22 , saturation: 0.84 and the lightness value of aaeb14 is 0.50.

The process color (four color CMYK) of #aaeb14 color hex is 0.28, 0.00, 0.91, 0.08. Web safe color of #aaeb14 is #99ff00. Color #aaeb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 00010100
Octal 252 353 24
Decimal 170 235 20
Hex AA EB 14

RGB Percentages of Color #aaeb14

%40.00
%55.29
%4.71

CMYK Percentages of Color #aaeb14

%28
%0
%91
%8

Triadic Colors of #aaeb14

#aaeb14 #14aaeb #eb14aa

Analogous Colors of #aaeb14

#aaeb14 #3feb14 #ebc114

Monochromatic Colors of #aaeb14

#aaeb14

Complementary Color

#aaeb14 #5514eb

#aaeb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeb14 Color CSS Codes

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

#aaeb14 Text Font Color

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

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


#aaeb14 Background Color

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

This div background color is #aaeb14


#aaeb14 Border Color

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

This div border color is #aaeb14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,235,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 #aaeb14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeb14


Comments

No comments written yet.

Please login to write comment.