Color Hex Logo

#aee8da Color Hex

#AEE8DA
(174,232,218)
0 Favorites   0 Comments

Color spaces of #aee8da

RGB 174232218
HSL0.460.560.80
HSV166°25°91°
CMYK 0.250.000.06   0.09
XYZ58.967171.773977.0755
Yxy71.77390.28370.3454
Hunter Lab84.7195-24.01825.3632
CIE-Lab87.8596-21.22840.8241

#aee8da color RGB value is (174,232,218).

#aee8da hex color red value is 174, green value is 232 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aee8da hue: 0.46 , saturation: 0.56 and the lightness value of aee8da is 0.80.

The process color (four color CMYK) of #aee8da color hex is 0.25, 0.00, 0.06, 0.09. Web safe color of #aee8da is #99ffcc. Color #aee8da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101000 11011010
Octal 256 350 332
Decimal 174 232 218
Hex AE E8 DA

RGB Percentages of Color #aee8da

%27.88
%37.18
%34.94

CMYK Percentages of Color #aee8da

%25
%0
%6
%9

Triadic Colors of #aee8da

#aee8da #daaee8 #e8daae

Analogous Colors of #aee8da

#aee8da #aed9e8 #aee8bd

Monochromatic Colors of #aee8da

#aee8da

Complementary Color

#aee8da #e8aebc

#aee8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee8da Color CSS Codes

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

#aee8da Text Font Color

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

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


#aee8da Background Color

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

This div background color is #aee8da


#aee8da Border Color

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

This div border color is #aee8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee8da


Comments

No comments written yet.

Please login to write comment.