Color Hex Logo

#aee295 Color Hex

#AEE295
(174,226,149)
0 Favorites   0 Comments

Color spaces of #aee295

RGB 174226149
HSL0.280.570.74
HSV101°34°89°
CMYK 0.230.000.34   0.11
XYZ50.076765.561338.4490
Yxy65.56130.32500.4255
Hunter Lab80.9699-31.302228.5248
CIE-Lab84.7721-30.529132.3812

#aee295 color RGB value is (174,226,149).

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

The process color (four color CMYK) of #aee295 color hex is 0.23, 0.00, 0.34, 0.11. Web safe color of #aee295 is #99cc99. Color #aee295 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 10010101
Octal 256 342 225
Decimal 174 226 149
Hex AE E2 95

RGB Percentages of Color #aee295

%31.69
%41.17
%27.14

CMYK Percentages of Color #aee295

%23
%0
%34
%11

Triadic Colors of #aee295

#aee295 #95aee2 #e295ae

Analogous Colors of #aee295

#aee295 #95e2a3 #d5e295

Monochromatic Colors of #aee295

#aee295

Complementary Color

#aee295 #c995e2

#aee295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee295 Color CSS Codes

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

#aee295 Text Font Color

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

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


#aee295 Background Color

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

This div background color is #aee295


#aee295 Border Color

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

This div border color is #aee295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee295


Comments

No comments written yet.

Please login to write comment.