Color Hex Logo

#aee1da Color Hex

#AEE1DA
(174,225,218)
0 Favorites   0 Comments

Color spaces of #aee1da

RGB 174225218
HSL0.480.460.78
HSV172°23°88°
CMYK 0.230.000.03   0.12
XYZ57.035767.911176.4317
Yxy67.91110.28320.3372
Hunter Lab82.4082-20.67232.6956
CIE-Lab85.9620-17.7565-1.9500

#aee1da color RGB value is (174,225,218).

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

The process color (four color CMYK) of #aee1da color hex is 0.23, 0.00, 0.03, 0.12. Web safe color of #aee1da is #99cccc. Color #aee1da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 11011010
Octal 256 341 332
Decimal 174 225 218
Hex AE E1 DA

RGB Percentages of Color #aee1da

%28.20
%36.47
%35.33

CMYK Percentages of Color #aee1da

%23
%0
%3
%12

Triadic Colors of #aee1da

#aee1da #daaee1 #e1daae

Analogous Colors of #aee1da

#aee1da #aecfe1 #aee1c1

Monochromatic Colors of #aee1da

#aee1da

Complementary Color

#aee1da #e1aeb5

#aee1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee1da Color CSS Codes

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

#aee1da Text Font Color

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

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


#aee1da Background Color

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

This div background color is #aee1da


#aee1da Border Color

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

This div border color is #aee1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee1da


Comments

No comments written yet.

Please login to write comment.