Color Hex Logo

#aee01b Color Hex

#AEE01B
(174,224,27)
0 Favorites   0 Comments

Color spaces of #aee01b

RGB 17422427
HSL0.210.780.49
HSV75°88°88°
CMYK 0.220.000.88   0.12
XYZ44.309062.389110.7439
Yxy62.38910.37730.5312
Hunter Lab78.9868-38.094247.2260
CIE-Lab83.1199-39.548178.4768

#aee01b color RGB value is (174,224,27).

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

The process color (four color CMYK) of #aee01b color hex is 0.22, 0.00, 0.88, 0.12. Web safe color of #aee01b is #99cc33. Color #aee01b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 00011011
Octal 256 340 33
Decimal 174 224 27
Hex AE E0 1B

RGB Percentages of Color #aee01b

%40.94
%52.71
%6.35

CMYK Percentages of Color #aee01b

%22
%0
%88
%12

Triadic Colors of #aee01b

#aee01b #1baee0 #e01bae

Analogous Colors of #aee01b

#aee01b #4ce01b #e0b01b

Monochromatic Colors of #aee01b

#aee01b

Complementary Color

#aee01b #4d1be0

#aee01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee01b Color CSS Codes

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

#aee01b Text Font Color

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

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


#aee01b Background Color

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

This div background color is #aee01b


#aee01b Border Color

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

This div border color is #aee01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee01b


Comments

No comments written yet.

Please login to write comment.