Color Hex Logo

#aeec64 Color Hex

#AEEC64
(174,236,100)
0 Favorites   0 Comments

Color spaces of #aeec64

RGB 174236100
HSL0.240.780.66
HSV87°58°93°
CMYK 0.260.000.58   0.07
XYZ49.751369.909722.9283
Yxy69.90970.34890.4903
Hunter Lab83.6120-40.109042.2698
CIE-Lab86.9526-40.804058.5171

#aeec64 color RGB value is (174,236,100).

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

The process color (four color CMYK) of #aeec64 color hex is 0.26, 0.00, 0.58, 0.07. Web safe color of #aeec64 is #99ff66. Color #aeec64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 01100100
Octal 256 354 144
Decimal 174 236 100
Hex AE EC 64

RGB Percentages of Color #aeec64

%34.12
%46.27
%19.61

CMYK Percentages of Color #aeec64

%26
%0
%58
%7

Triadic Colors of #aeec64

#aeec64 #64aeec #ec64ae

Analogous Colors of #aeec64

#aeec64 #6aec64 #ece664

Monochromatic Colors of #aeec64

#aeec64

Complementary Color

#aeec64 #a264ec

#aeec64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeec64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeec64 Color CSS Codes

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

#aeec64 Text Font Color

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

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


#aeec64 Background Color

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

This div background color is #aeec64


#aeec64 Border Color

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

This div border color is #aeec64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeec64


Comments

No comments written yet.

Please login to write comment.