Color Hex Logo

#aeec15 Color Hex

#AEEC15
(174,236,21)
0 Favorites   0 Comments

Color spaces of #aeec15

RGB 17423621
HSL0.210.850.50
HSV77°91°93°
CMYK 0.260.000.91   0.07
XYZ47.586469.043711.5282
Yxy69.04370.37130.5387
Hunter Lab83.0925-43.186549.9389
CIE-Lab86.5257-44.895882.1526

#aeec15 color RGB value is (174,236,21).

#aeec15 hex color red value is 174, green value is 236 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #aeec15 hue: 0.21 , saturation: 0.85 and the lightness value of aeec15 is 0.50.

The process color (four color CMYK) of #aeec15 color hex is 0.26, 0.00, 0.91, 0.07. Web safe color of #aeec15 is #99ff00. Color #aeec15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 00010101
Octal 256 354 25
Decimal 174 236 21
Hex AE EC 15

RGB Percentages of Color #aeec15

%40.37
%54.76
%4.87

CMYK Percentages of Color #aeec15

%26
%0
%91
%7

Triadic Colors of #aeec15

#aeec15 #15aeec #ec15ae

Analogous Colors of #aeec15

#aeec15 #43ec15 #ecbf15

Monochromatic Colors of #aeec15

#aeec15

Complementary Color

#aeec15 #5315ec

#aeec15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeec15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeec15 Color CSS Codes

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

#aeec15 Text Font Color

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

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


#aeec15 Background Color

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

This div background color is #aeec15


#aeec15 Border Color

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

This div border color is #aeec15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeec15


Comments

No comments written yet.

Please login to write comment.