Color Hex Logo

#aee994 Color Hex

#AEE994
(174,233,148)
0 Favorites   0 Comments

Color spaces of #aee994

RGB 174233148
HSL0.280.660.75
HSV102°36°91°
CMYK 0.250.000.36   0.09
XYZ51.939869.414638.6778
Yxy69.41460.32460.4338
Hunter Lab83.3154-34.523030.7964
CIE-Lab86.7089-33.930035.4407

#aee994 color RGB value is (174,233,148).

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

The process color (four color CMYK) of #aee994 color hex is 0.25, 0.00, 0.36, 0.09. Web safe color of #aee994 is #99ff99. Color #aee994 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 10010100
Octal 256 351 224
Decimal 174 233 148
Hex AE E9 94

RGB Percentages of Color #aee994

%31.35
%41.98
%26.67

CMYK Percentages of Color #aee994

%25
%0
%36
%9

Triadic Colors of #aee994

#aee994 #94aee9 #e994ae

Analogous Colors of #aee994

#aee994 #94e9a5 #d9e994

Monochromatic Colors of #aee994

#aee994

Complementary Color

#aee994 #cf94e9

#aee994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee994 Color CSS Codes

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

#aee994 Text Font Color

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

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


#aee994 Background Color

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

This div background color is #aee994


#aee994 Border Color

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

This div border color is #aee994


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,233,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 #aee994">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee994


Comments

No comments written yet.

Please login to write comment.