Color Hex Logo

#aef12e Color Hex

#AEF12E
(174,241,46)
0 Favorites   0 Comments

Color spaces of #aef12e

RGB 17424146
HSL0.220.870.56
HSV81°81°95°
CMYK 0.280.000.81   0.05
XYZ49.404072.106513.8989
Yxy72.10650.36480.5325
Hunter Lab84.9155-44.750649.7363
CIE-Lab88.0198-46.344278.6428

#aef12e color RGB value is (174,241,46).

#aef12e hex color red value is 174, green value is 241 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aef12e hue: 0.22 , saturation: 0.87 and the lightness value of aef12e is 0.56.

The process color (four color CMYK) of #aef12e color hex is 0.28, 0.00, 0.81, 0.05. Web safe color of #aef12e is #99ff33. Color #aef12e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110001 00101110
Octal 256 361 56
Decimal 174 241 46
Hex AE F1 2E

RGB Percentages of Color #aef12e

%37.74
%52.28
%9.98

CMYK Percentages of Color #aef12e

%28
%0
%81
%5

Triadic Colors of #aef12e

#aef12e #2eaef1 #f12eae

Analogous Colors of #aef12e

#aef12e #4df12e #f1d32e

Monochromatic Colors of #aef12e

#aef12e

Complementary Color

#aef12e #712ef1

#aef12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef12e Color CSS Codes

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

#aef12e Text Font Color

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

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


#aef12e Background Color

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

This div background color is #aef12e


#aef12e Border Color

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

This div border color is #aef12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef12e


Comments

No comments written yet.

Please login to write comment.