Color Hex Logo

#aeddcd Color Hex

#AEDDCD
(174,221,205)
0 Favorites   0 Comments

Color spaces of #aeddcd

RGB 174221205
HSL0.440.410.77
HSV160°21°87°
CMYK 0.210.000.07   0.13
XYZ54.331565.119467.4633
Yxy65.11940.29070.3484
Hunter Lab80.6966-21.03836.9205
CIE-Lab84.5452-18.42312.8507

#aeddcd color RGB value is (174,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11001101
Octal 256 335 315
Decimal 174 221 205
Hex AE DD CD

RGB Percentages of Color #aeddcd

%29.00
%36.83
%34.17

CMYK Percentages of Color #aeddcd

%21
%0
%7
%13

Triadic Colors of #aeddcd

#aeddcd #cdaedd #ddcdae

Analogous Colors of #aeddcd

#aeddcd #aed6dd #aeddb6

Monochromatic Colors of #aeddcd

#aeddcd

Complementary Color

#aeddcd #ddaebe

#aeddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddcd Color CSS Codes

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

#aeddcd Text Font Color

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

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


#aeddcd Background Color

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

This div background color is #aeddcd


#aeddcd Border Color

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

This div border color is #aeddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddcd


Comments

No comments written yet.

Please login to write comment.