Color Hex Logo

#aee11d Color Hex

#AEE11D
(174,225,29)
0 Favorites   0 Comments

Color spaces of #aee11d

RGB 17422529
HSL0.210.770.50
HSV76°87°88°
CMYK 0.230.000.87   0.12
XYZ44.602562.937810.9598
Yxy62.93780.37640.5311
Hunter Lab79.3333-38.477847.3425
CIE-Lab83.4096-39.942878.3614

#aee11d color RGB value is (174,225,29).

#aee11d hex color red value is 174, green value is 225 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aee11d hue: 0.21 , saturation: 0.77 and the lightness value of aee11d is 0.50.

The process color (four color CMYK) of #aee11d color hex is 0.23, 0.00, 0.87, 0.12. Web safe color of #aee11d is #99cc33. Color #aee11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 00011101
Octal 256 341 35
Decimal 174 225 29
Hex AE E1 1D

RGB Percentages of Color #aee11d

%40.65
%52.57
%6.78

CMYK Percentages of Color #aee11d

%23
%0
%87
%12

Triadic Colors of #aee11d

#aee11d #1daee1 #e11dae

Analogous Colors of #aee11d

#aee11d #4ce11d #e1b21d

Monochromatic Colors of #aee11d

#aee11d

Complementary Color

#aee11d #501de1

#aee11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee11d Color CSS Codes

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

#aee11d Text Font Color

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

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


#aee11d Background Color

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

This div background color is #aee11d


#aee11d Border Color

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

This div border color is #aee11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee11d


Comments

No comments written yet.

Please login to write comment.