Color Hex Logo

#aeec95 Color Hex

#AEEC95
(174,236,149)
0 Favorites   0 Comments

Color spaces of #aeec95

RGB 174236149
HSL0.290.700.75
HSV103°37°93°
CMYK 0.260.000.37   0.07
XYZ52.875871.159539.3821
Yxy71.15950.32360.4354
Hunter Lab84.3561-35.736431.3694
CIE-Lab87.5624-35.168036.0577

#aeec95 color RGB value is (174,236,149).

#aeec95 hex color red value is 174, green value is 236 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aeec95 hue: 0.29 , saturation: 0.70 and the lightness value of aeec95 is 0.75.

The process color (four color CMYK) of #aeec95 color hex is 0.26, 0.00, 0.37, 0.07. Web safe color of #aeec95 is #99ff99. Color #aeec95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 10010101
Octal 256 354 225
Decimal 174 236 149
Hex AE EC 95

RGB Percentages of Color #aeec95

%31.13
%42.22
%26.65

CMYK Percentages of Color #aeec95

%26
%0
%37
%7

Triadic Colors of #aeec95

#aeec95 #95aeec #ec95ae

Analogous Colors of #aeec95

#aeec95 #95eca8 #daec95

Monochromatic Colors of #aeec95

#aeec95

Complementary Color

#aeec95 #d395ec

#aeec95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeec95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeec95 Color CSS Codes

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

#aeec95 Text Font Color

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

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


#aeec95 Background Color

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

This div background color is #aeec95


#aeec95 Border Color

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

This div border color is #aeec95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeec95


Comments

No comments written yet.

Please login to write comment.