Color Hex Logo

#aee61c Color Hex

#AEE61C
(174,230,28)
0 Favorites   0 Comments

Color spaces of #aee61c

RGB 17423028
HSL0.210.800.51
HSV77°88°90°
CMYK 0.240.000.88   0.10
XYZ45.962065.676111.3529
Yxy65.67610.37370.5340
Hunter Lab81.0408-40.585748.4227
CIE-Lab84.8309-42.160879.7126

#aee61c color RGB value is (174,230,28).

#aee61c hex color red value is 174, green value is 230 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #aee61c hue: 0.21 , saturation: 0.80 and the lightness value of aee61c is 0.51.

The process color (four color CMYK) of #aee61c color hex is 0.24, 0.00, 0.88, 0.10. Web safe color of #aee61c is #99ff33. Color #aee61c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 00011100
Octal 256 346 34
Decimal 174 230 28
Hex AE E6 1C

RGB Percentages of Color #aee61c

%40.28
%53.24
%6.48

CMYK Percentages of Color #aee61c

%24
%0
%88
%10

Triadic Colors of #aee61c

#aee61c #1caee6 #e61cae

Analogous Colors of #aee61c

#aee61c #49e61c #e6b91c

Monochromatic Colors of #aee61c

#aee61c

Complementary Color

#aee61c #541ce6

#aee61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee61c Color CSS Codes

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

#aee61c Text Font Color

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

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


#aee61c Background Color

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

This div background color is #aee61c


#aee61c Border Color

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

This div border color is #aee61c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee61c


Comments

No comments written yet.

Please login to write comment.