Color Hex Logo

#aed1e1 Color Hex

#AED1E1
(174,209,225)
0 Favorites   0 Comments

Color spaces of #aed1e1

RGB 174209225
HSL0.550.460.78
HSV199°23°88°
CMYK 0.230.070.00   0.12
XYZ53.846660.035879.9842
Yxy60.03580.27780.3097
Hunter Lab77.4828-11.5464-6.9662
CIE-Lab81.8576-8.0769-11.7387

#aed1e1 color RGB value is (174,209,225).

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

The process color (four color CMYK) of #aed1e1 color hex is 0.23, 0.07, 0.00, 0.12. Web safe color of #aed1e1 is #99cccc. Color #aed1e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11100001
Octal 256 321 341
Decimal 174 209 225
Hex AE D1 E1

RGB Percentages of Color #aed1e1

%28.62
%34.38
%37.01

CMYK Percentages of Color #aed1e1

%23
%7
%0
%12

Triadic Colors of #aed1e1

#aed1e1 #e1aed1 #d1e1ae

Analogous Colors of #aed1e1

#aed1e1 #aeb8e1 #aee1d8

Monochromatic Colors of #aed1e1

#aed1e1

Complementary Color

#aed1e1 #e1beae

#aed1e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1e1 Color CSS Codes

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

#aed1e1 Text Font Color

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

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


#aed1e1 Background Color

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

This div background color is #aed1e1


#aed1e1 Border Color

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

This div border color is #aed1e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1e1


Comments

No comments written yet.

Please login to write comment.