Color Hex Logo

#aee20f Color Hex

#AEE20F
(174,226,15)
0 Favorites   0 Comments

Color spaces of #aee20f

RGB 17422615
HSL0.210.880.47
HSV75°93°89°
CMYK 0.230.000.93   0.11
XYZ44.738163.425910.3364
Yxy63.42590.37750.5352
Hunter Lab79.6404-39.098048.0531
CIE-Lab83.6660-40.654380.6018

#aee20f color RGB value is (174,226,15).

#aee20f hex color red value is 174, green value is 226 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aee20f hue: 0.21 , saturation: 0.88 and the lightness value of aee20f is 0.47.

The process color (four color CMYK) of #aee20f color hex is 0.23, 0.00, 0.93, 0.11. Web safe color of #aee20f is #99cc00. Color #aee20f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 00001111
Octal 256 342 17
Decimal 174 226 15
Hex AE E2 F

RGB Percentages of Color #aee20f

%41.93
%54.46
%3.61

CMYK Percentages of Color #aee20f

%23
%0
%93
%11

Triadic Colors of #aee20f

#aee20f #0faee2 #e20fae

Analogous Colors of #aee20f

#aee20f #45e20f #e2ad0f

Monochromatic Colors of #aee20f

#aee20f

Complementary Color

#aee20f #430fe2

#aee20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee20f Color CSS Codes

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

#aee20f Text Font Color

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

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


#aee20f Background Color

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

This div background color is #aee20f


#aee20f Border Color

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

This div border color is #aee20f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,226,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aee20f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aee20f;
  -webkit-box-shadow: 1px 1px 3px 2px #aee20f;
  box-shadow:         1px 1px 3px 2px #aee20f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,226,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee20f


Comments

No comments written yet.

Please login to write comment.