Color Hex Logo

#aed6dd Color Hex

#AED6DD
(174,214,221)
0 Favorites   0 Comments

Color spaces of #aed6dd

RGB 174214221
HSL0.520.410.77
HSV189°21°87°
CMYK 0.210.030.00   0.13
XYZ54.553362.312377.5588
Yxy62.31230.28060.3205
Hunter Lab78.9381-14.7823-2.9973
CIE-Lab83.0792-11.5402-7.7897

#aed6dd color RGB value is (174,214,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 11011101
Octal 256 326 335
Decimal 174 214 221
Hex AE D6 DD

RGB Percentages of Color #aed6dd

%28.57
%35.14
%36.29

CMYK Percentages of Color #aed6dd

%21
%3
%0
%13

Triadic Colors of #aed6dd

#aed6dd #ddaed6 #d6ddae

Analogous Colors of #aed6dd

#aed6dd #aebfdd #aeddcd

Monochromatic Colors of #aed6dd

#aed6dd

Complementary Color

#aed6dd #ddb5ae

#aed6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed6dd Color CSS Codes

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

#aed6dd Text Font Color

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

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


#aed6dd Background Color

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

This div background color is #aed6dd


#aed6dd Border Color

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

This div border color is #aed6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed6dd


Comments

No comments written yet.

Please login to write comment.