Color Hex Logo

#aed1dd Color Hex

#AED1DD
(174,209,221)
0 Favorites   0 Comments

Color spaces of #aed1dd

RGB 174209221
HSL0.540.410.77
HSV195°21°87°
CMYK 0.210.050.00   0.13
XYZ53.307259.820177.1435
Yxy59.82010.28020.3144
Hunter Lab77.3435-12.3240-4.9963
CIE-Lab81.7403-8.9573-9.7788

#aed1dd color RGB value is (174,209,221).

#aed1dd hex color red value is 174, green value is 209 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aed1dd hue: 0.54 , saturation: 0.41 and the lightness value of aed1dd is 0.77.

The process color (four color CMYK) of #aed1dd color hex is 0.21, 0.05, 0.00, 0.13. Web safe color of #aed1dd is #99cccc. Color #aed1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11011101
Octal 256 321 335
Decimal 174 209 221
Hex AE D1 DD

RGB Percentages of Color #aed1dd

%28.81
%34.60
%36.59

CMYK Percentages of Color #aed1dd

%21
%5
%0
%13

Triadic Colors of #aed1dd

#aed1dd #ddaed1 #d1ddae

Analogous Colors of #aed1dd

#aed1dd #aebadd #aeddd2

Monochromatic Colors of #aed1dd

#aed1dd

Complementary Color

#aed1dd #ddbaae

#aed1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1dd Color CSS Codes

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

#aed1dd Text Font Color

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

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


#aed1dd Background Color

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

This div background color is #aed1dd


#aed1dd Border Color

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

This div border color is #aed1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1dd

#aed1dd Color Palettes


Comments

No comments written yet.

Please login to write comment.