Color Hex Logo

#aef15e Color Hex

#AEF15E
(174,241,94)
0 Favorites   0 Comments

Color spaces of #aef15e

RGB 17424194
HSL0.240.840.66
HSV87°61°95°
CMYK 0.280.000.61   0.05
XYZ50.931272.717421.9412
Yxy72.71740.34980.4995
Hunter Lab85.2745-42.619144.4368
CIE-Lab88.3128-43.506362.5949

#aef15e color RGB value is (174,241,94).

#aef15e hex color red value is 174, green value is 241 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aef15e hue: 0.24 , saturation: 0.84 and the lightness value of aef15e is 0.66.

The process color (four color CMYK) of #aef15e color hex is 0.28, 0.00, 0.61, 0.05. Web safe color of #aef15e is #99ff66. Color #aef15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110001 01011110
Octal 256 361 136
Decimal 174 241 94
Hex AE F1 5E

RGB Percentages of Color #aef15e

%34.18
%47.35
%18.47

CMYK Percentages of Color #aef15e

%28
%0
%61
%5

Triadic Colors of #aef15e

#aef15e #5eaef1 #f15eae

Analogous Colors of #aef15e

#aef15e #65f15e #f1eb5e

Monochromatic Colors of #aef15e

#aef15e

Complementary Color

#aef15e #a15ef1

#aef15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef15e Color CSS Codes

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

#aef15e Text Font Color

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

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


#aef15e Background Color

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

This div background color is #aef15e


#aef15e Border Color

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

This div border color is #aef15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef15e


Comments

No comments written yet.

Please login to write comment.