Color Hex Logo

#aef8ae Color Hex

#AEF8AE
(174,248,174)
0 Favorites   0 Comments

Color spaces of #aef8ae

RGB 174248174
HSL0.330.840.83
HSV120°30°97°
CMYK 0.300.000.30   0.03
XYZ58.662979.189552.2376
Yxy79.18950.30860.4166
Hunter Lab88.9885-38.059227.4878
CIE-Lab91.3200-36.878228.4659

#aef8ae color RGB value is (174,248,174).

#aef8ae hex color red value is 174, green value is 248 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aef8ae hue: 0.33 , saturation: 0.84 and the lightness value of aef8ae is 0.83.

The process color (four color CMYK) of #aef8ae color hex is 0.30, 0.00, 0.30, 0.03. Web safe color of #aef8ae is #99ff99. Color #aef8ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111000 10101110
Octal 256 370 256
Decimal 174 248 174
Hex AE F8 AE

RGB Percentages of Color #aef8ae

%29.19
%41.61
%29.19

CMYK Percentages of Color #aef8ae

%30
%0
%30
%3

Triadic Colors of #aef8ae

#aef8ae #aeaef8 #f8aeae

Analogous Colors of #aef8ae

#aef8ae #aef8d3 #d3f8ae

Monochromatic Colors of #aef8ae

#aef8ae

Complementary Color

#aef8ae #f8aef8

#aef8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef8ae Color CSS Codes

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

#aef8ae Text Font Color

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

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


#aef8ae Background Color

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

This div background color is #aef8ae


#aef8ae Border Color

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

This div border color is #aef8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef8ae

Related Colors

#aef8ae Color Palettes


Comments

No comments written yet.

Please login to write comment.