Color Hex Logo

#aee594 Color Hex

#AEE594
(174,229,148)
0 Favorites   0 Comments

Color spaces of #aee594

RGB 174229148
HSL0.280.610.74
HSV101°35°90°
CMYK 0.240.000.35   0.10
XYZ50.820267.175438.3046
Yxy67.17540.32510.4298
Hunter Lab81.9606-32.751029.6630
CIE-Lab85.5924-32.076133.9727

#aee594 color RGB value is (174,229,148).

#aee594 hex color red value is 174, green value is 229 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #aee594 hue: 0.28 , saturation: 0.61 and the lightness value of aee594 is 0.74.

The process color (four color CMYK) of #aee594 color hex is 0.24, 0.00, 0.35, 0.10. Web safe color of #aee594 is #99cc99. Color #aee594 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 10010100
Octal 256 345 224
Decimal 174 229 148
Hex AE E5 94

RGB Percentages of Color #aee594

%31.58
%41.56
%26.86

CMYK Percentages of Color #aee594

%24
%0
%35
%10

Triadic Colors of #aee594

#aee594 #94aee5 #e594ae

Analogous Colors of #aee594

#aee594 #94e5a3 #d7e594

Monochromatic Colors of #aee594

#aee594

Complementary Color

#aee594 #cb94e5

#aee594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee594 Color CSS Codes

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

#aee594 Text Font Color

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

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


#aee594 Background Color

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

This div background color is #aee594


#aee594 Border Color

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

This div border color is #aee594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee594


Comments

No comments written yet.

Please login to write comment.