Color Hex Logo

#aee21c Color Hex

#AEE21C
(174,226,28)
0 Favorites   0 Comments

Color spaces of #aee21c

RGB 17422628
HSL0.210.780.50
HSV76°88°89°
CMYK 0.230.000.88   0.11
XYZ44.861563.475210.9861
Yxy63.47520.37600.5320
Hunter Lab79.6713-38.914747.5943
CIE-Lab83.6918-40.408378.7735

#aee21c color RGB value is (174,226,28).

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

The process color (four color CMYK) of #aee21c color hex is 0.23, 0.00, 0.88, 0.11. Web safe color of #aee21c is #99cc33. Color #aee21c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 00011100
Octal 256 342 34
Decimal 174 226 28
Hex AE E2 1C

RGB Percentages of Color #aee21c

%40.65
%52.80
%6.54

CMYK Percentages of Color #aee21c

%23
%0
%88
%11

Triadic Colors of #aee21c

#aee21c #1caee2 #e21cae

Analogous Colors of #aee21c

#aee21c #4be21c #e2b31c

Monochromatic Colors of #aee21c

#aee21c

Complementary Color

#aee21c #501ce2

#aee21c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee21c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee21c Color CSS Codes

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

#aee21c Text Font Color

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

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


#aee21c Background Color

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

This div background color is #aee21c


#aee21c Border Color

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

This div border color is #aee21c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee21c


Comments

No comments written yet.

Please login to write comment.