Color Hex Logo

#aee101 Color Hex

#AEE101
(174,225,1)
0 Favorites   0 Comments

Color spaces of #aee101

RGB 1742251
HSL0.200.990.44
HSV74°100°88°
CMYK 0.230.001.00   0.12
XYZ44.386362.85139.8208
Yxy62.85130.37920.5369
Hunter Lab79.2788-38.800148.1505
CIE-Lab83.3641-40.375281.6243

#aee101 color RGB value is (174,225,1).

#aee101 hex color red value is 174, green value is 225 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #aee101 hue: 0.20 , saturation: 0.99 and the lightness value of aee101 is 0.44.

The process color (four color CMYK) of #aee101 color hex is 0.23, 0.00, 1.00, 0.12. Web safe color of #aee101 is #99cc00. Color #aee101 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 00000001
Octal 256 341 1
Decimal 174 225 1
Hex AE E1 1

RGB Percentages of Color #aee101

%43.50
%56.25
%0.25

CMYK Percentages of Color #aee101

%23
%0
%100
%12

Triadic Colors of #aee101

#aee101 #01aee1 #e101ae

Analogous Colors of #aee101

#aee101 #3ee101 #e1a401

Monochromatic Colors of #aee101

#aee101

Complementary Color

#aee101 #3401e1

#aee101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee101 Color CSS Codes

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

#aee101 Text Font Color

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

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


#aee101 Background Color

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

This div background color is #aee101


#aee101 Border Color

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

This div border color is #aee101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee101


Comments

No comments written yet.

Please login to write comment.