Color Hex Logo

#aeec34 Color Hex

#AEEC34
(174,236,52)
0 Favorites   0 Comments

Color spaces of #aeec34

RGB 17423652
HSL0.220.830.56
HSV80°78°93°
CMYK 0.260.000.78   0.07
XYZ48.070869.237514.0794
Yxy69.23750.36590.5270
Hunter Lab83.2091-42.494548.2142
CIE-Lab86.6215-43.966375.7979

#aeec34 color RGB value is (174,236,52).

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

The process color (four color CMYK) of #aeec34 color hex is 0.26, 0.00, 0.78, 0.07. Web safe color of #aeec34 is #99ff33. Color #aeec34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 00110100
Octal 256 354 64
Decimal 174 236 52
Hex AE EC 34

RGB Percentages of Color #aeec34

%37.66
%51.08
%11.26

CMYK Percentages of Color #aeec34

%26
%0
%78
%7

Triadic Colors of #aeec34

#aeec34 #34aeec #ec34ae

Analogous Colors of #aeec34

#aeec34 #52ec34 #ecce34

Monochromatic Colors of #aeec34

#aeec34

Complementary Color

#aeec34 #7234ec

#aeec34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeec34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeec34 Color CSS Codes

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

#aeec34 Text Font Color

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

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


#aeec34 Background Color

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

This div background color is #aeec34


#aeec34 Border Color

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

This div border color is #aeec34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeec34


Comments

No comments written yet.

Please login to write comment.