Color Hex Logo

#aee452 Color Hex

#AEE452
(174,228,82)
0 Favorites   0 Comments

Color spaces of #aee452

RGB 17422882
HSL0.230.730.61
HSV82°64°89°
CMYK 0.240.000.64   0.11
XYZ46.722065.094718.0847
Yxy65.09470.35970.5011
Hunter Lab80.6813-37.824143.1871
CIE-Lab84.5325-38.723263.3941

#aee452 color RGB value is (174,228,82).

#aee452 hex color red value is 174, green value is 228 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #aee452 hue: 0.23 , saturation: 0.73 and the lightness value of aee452 is 0.61.

The process color (four color CMYK) of #aee452 color hex is 0.24, 0.00, 0.64, 0.11. Web safe color of #aee452 is #99cc66. Color #aee452 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100100 01010010
Octal 256 344 122
Decimal 174 228 82
Hex AE E4 52

RGB Percentages of Color #aee452

%35.95
%47.11
%16.94

CMYK Percentages of Color #aee452

%24
%0
%64
%11

Triadic Colors of #aee452

#aee452 #52aee4 #e452ae

Analogous Colors of #aee452

#aee452 #65e452 #e4d152

Monochromatic Colors of #aee452

#aee452

Complementary Color

#aee452 #8852e4

#aee452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee452 Color CSS Codes

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

#aee452 Text Font Color

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

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


#aee452 Background Color

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

This div background color is #aee452


#aee452 Border Color

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

This div border color is #aee452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee452


Comments

No comments written yet.

Please login to write comment.