Color Hex Logo

#aed7dd Color Hex

#AED7DD
(174,215,221)
0 Favorites   0 Comments

Color spaces of #aed7dd

RGB 174215221
HSL0.520.410.77
HSV188°21°87°
CMYK 0.210.030.00   0.13
XYZ54.807162.820077.6434
Yxy62.82000.28070.3217
Hunter Lab79.2591-15.2719-2.6000
CIE-Lab83.3476-12.0536-7.3920

#aed7dd color RGB value is (174,215,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 11011101
Octal 256 327 335
Decimal 174 215 221
Hex AE D7 DD

RGB Percentages of Color #aed7dd

%28.52
%35.25
%36.23

CMYK Percentages of Color #aed7dd

%21
%3
%0
%13

Triadic Colors of #aed7dd

#aed7dd #ddaed7 #d7ddae

Analogous Colors of #aed7dd

#aed7dd #aec0dd #aeddcc

Monochromatic Colors of #aed7dd

#aed7dd

Complementary Color

#aed7dd #ddb4ae

#aed7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed7dd Color CSS Codes

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

#aed7dd Text Font Color

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

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


#aed7dd Background Color

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

This div background color is #aed7dd


#aed7dd Border Color

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

This div border color is #aed7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed7dd

#aed7dd Color Palettes


Comments

No comments written yet.

Please login to write comment.