Color Hex Logo

#aeee95 Color Hex

#AEEE95
(174,238,149)
0 Favorites   0 Comments

Color spaces of #aeee95

RGB 174238149
HSL0.290.720.76
HSV103°37°93°
CMYK 0.270.000.37   0.07
XYZ53.454972.317739.5751
Yxy72.31770.32330.4374
Hunter Lab85.0398-36.616931.9360
CIE-Lab88.1213-36.081036.7888

#aeee95 color RGB value is (174,238,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 10010101
Octal 256 356 225
Decimal 174 238 149
Hex AE EE 95

RGB Percentages of Color #aeee95

%31.02
%42.42
%26.56

CMYK Percentages of Color #aeee95

%27
%0
%37
%7

Triadic Colors of #aeee95

#aeee95 #95aeee #ee95ae

Analogous Colors of #aeee95

#aeee95 #95eea9 #dbee95

Monochromatic Colors of #aeee95

#aeee95

Complementary Color

#aeee95 #d595ee

#aeee95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeee95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeee95 Color CSS Codes

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

#aeee95 Text Font Color

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

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


#aeee95 Background Color

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

This div background color is #aeee95


#aeee95 Border Color

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

This div border color is #aeee95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeee95


Comments

No comments written yet.

Please login to write comment.