Color Hex Logo

#aef61e Color Hex

#AEF61E
(174,246,30)
0 Favorites   0 Comments

Color spaces of #aef61e

RGB 17424630
HSL0.220.920.54
HSV80°88°96°
CMYK 0.290.000.88   0.04
XYZ50.645775.003913.0362
Yxy75.00390.36520.5408
Hunter Lab86.6048-47.173251.6987
CIE-Lab89.3948-48.930783.1417

#aef61e color RGB value is (174,246,30).

#aef61e hex color red value is 174, green value is 246 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aef61e hue: 0.22 , saturation: 0.92 and the lightness value of aef61e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 00011110
Octal 256 366 36
Decimal 174 246 30
Hex AE F6 1E

RGB Percentages of Color #aef61e

%38.67
%54.67
%6.67

CMYK Percentages of Color #aef61e

%29
%0
%88
%4

Triadic Colors of #aef61e

#aef61e #1eaef6 #f61eae

Analogous Colors of #aef61e

#aef61e #42f61e #f6d21e

Monochromatic Colors of #aef61e

#aef61e

Complementary Color

#aef61e #661ef6

#aef61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef61e Color CSS Codes

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

#aef61e Text Font Color

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

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


#aef61e Background Color

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

This div background color is #aef61e


#aef61e Border Color

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

This div border color is #aef61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef61e


Comments

No comments written yet.

Please login to write comment.