Color Hex Logo

#aefe1e Color Hex

#AEFE1E
(174,254,30)
0 Favorites   0 Comments

Color spaces of #aefe1e

RGB 17425430
HSL0.230.990.56
HSV81°88°100°
CMYK 0.310.000.88   0.00
XYZ53.131779.976013.8649
Yxy79.97600.36150.5442
Hunter Lab89.4293-50.450953.4083
CIE-Lab91.6741-52.228385.0255

#aefe1e color RGB value is (174,254,30).

#aefe1e hex color red value is 174, green value is 254 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aefe1e hue: 0.23 , saturation: 0.99 and the lightness value of aefe1e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 00011110
Octal 256 376 36
Decimal 174 254 30
Hex AE FE 1E

RGB Percentages of Color #aefe1e

%37.99
%55.46
%6.55

CMYK Percentages of Color #aefe1e

%31
%0
%88
%0

Triadic Colors of #aefe1e

#aefe1e #1eaefe #fe1eae

Analogous Colors of #aefe1e

#aefe1e #3efe1e #fede1e

Monochromatic Colors of #aefe1e

#aefe1e

Complementary Color

#aefe1e #6e1efe

#aefe1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe1e Color CSS Codes

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

#aefe1e Text Font Color

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

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


#aefe1e Background Color

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

This div background color is #aefe1e


#aefe1e Border Color

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

This div border color is #aefe1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe1e


Comments

No comments written yet.

Please login to write comment.