Color Hex Logo

#aed2cd Color Hex

#AED2CD
(174,210,205)
0 Favorites   0 Comments

Color spaces of #aed2cd

RGB 174210205
HSL0.480.290.75
HSV172°17°82°
CMYK 0.170.000.02   0.18
XYZ51.521659.499666.5267
Yxy59.49960.29020.3351
Hunter Lab77.1360-15.76212.8599
CIE-Lab81.5654-12.8598-1.4942

#aed2cd color RGB value is (174,210,205).

#aed2cd hex color red value is 174, green value is 210 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aed2cd hue: 0.48 , saturation: 0.29 and the lightness value of aed2cd is 0.75.

The process color (four color CMYK) of #aed2cd color hex is 0.17, 0.00, 0.02, 0.18. Web safe color of #aed2cd is #99cccc. Color #aed2cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 11001101
Octal 256 322 315
Decimal 174 210 205
Hex AE D2 CD

RGB Percentages of Color #aed2cd

%29.54
%35.65
%34.80

CMYK Percentages of Color #aed2cd

%17
%0
%2
%18

Triadic Colors of #aed2cd

#aed2cd #cdaed2 #d2cdae

Analogous Colors of #aed2cd

#aed2cd #aec5d2 #aed2bb

Monochromatic Colors of #aed2cd

#aed2cd

Complementary Color

#aed2cd #d2aeb3

#aed2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed2cd Color CSS Codes

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

#aed2cd Text Font Color

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

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


#aed2cd Background Color

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

This div background color is #aed2cd


#aed2cd Border Color

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

This div border color is #aed2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed2cd

#aed2cd Color Palettes


Comments

No comments written yet.

Please login to write comment.