Color Hex Logo

#aedcdd Color Hex

#AEDCDD
(174,220,221)
0 Favorites   0 Comments

Color spaces of #aedcdd

RGB 174220221
HSL0.500.410.77
HSV181°21°87°
CMYK 0.210.000.00   0.13
XYZ56.099965.405578.0744
Yxy65.40550.28110.3277
Hunter Lab80.8737-17.7082-0.6262
CIE-Lab84.6923-14.6028-5.4036

#aedcdd color RGB value is (174,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11011101
Octal 256 334 335
Decimal 174 220 221
Hex AE DC DD

RGB Percentages of Color #aedcdd

%28.29
%35.77
%35.93

CMYK Percentages of Color #aedcdd

%21
%0
%0
%13

Triadic Colors of #aedcdd

#aedcdd #ddaedc #dcddae

Analogous Colors of #aedcdd

#aedcdd #aec5dd #aeddc7

Monochromatic Colors of #aedcdd

#aedcdd

Complementary Color

#aedcdd #ddafae

#aedcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcdd Color CSS Codes

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

#aedcdd Text Font Color

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

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


#aedcdd Background Color

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

This div background color is #aedcdd


#aedcdd Border Color

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

This div border color is #aedcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcdd


Comments

No comments written yet.

Please login to write comment.