Color Hex Logo

#aed2dd Color Hex

#AED2DD
(174,210,221)
0 Favorites   0 Comments

Color spaces of #aed2dd

RGB 174210221
HSL0.540.410.77
HSV194°21°87°
CMYK 0.210.050.00   0.13
XYZ53.553360.312377.2255
Yxy60.31230.28030.3156
Hunter Lab77.6610-12.8171-4.5948
CIE-Lab82.0076-9.4760-9.3811

#aed2dd color RGB value is (174,210,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 11011101
Octal 256 322 335
Decimal 174 210 221
Hex AE D2 DD

RGB Percentages of Color #aed2dd

%28.76
%34.71
%36.53

CMYK Percentages of Color #aed2dd

%21
%5
%0
%13

Triadic Colors of #aed2dd

#aed2dd #ddaed2 #d2ddae

Analogous Colors of #aed2dd

#aed2dd #aebbdd #aeddd1

Monochromatic Colors of #aed2dd

#aed2dd

Complementary Color

#aed2dd #ddb9ae

#aed2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed2dd Color CSS Codes

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

#aed2dd Text Font Color

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

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


#aed2dd Background Color

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

This div background color is #aed2dd


#aed2dd Border Color

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

This div border color is #aed2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed2dd


Comments

No comments written yet.

Please login to write comment.