Color Hex Logo

#aedfcd Color Hex

#AEDFCD
(174,223,205)
0 Favorites   0 Comments

Color spaces of #aedfcd

RGB 174223205
HSL0.440.430.78
HSV158°22°87°
CMYK 0.220.000.08   0.13
XYZ54.862766.181867.6404
Yxy66.18180.29080.3508
Hunter Lab81.3522-21.98867.6498
CIE-Lab85.0891-19.41933.6392

#aedfcd color RGB value is (174,223,205).

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

The process color (four color CMYK) of #aedfcd color hex is 0.22, 0.00, 0.08, 0.13. Web safe color of #aedfcd is #99cccc. Color #aedfcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11001101
Octal 256 337 315
Decimal 174 223 205
Hex AE DF CD

RGB Percentages of Color #aedfcd

%28.90
%37.04
%34.05

CMYK Percentages of Color #aedfcd

%22
%0
%8
%13

Triadic Colors of #aedfcd

#aedfcd #cdaedf #dfcdae

Analogous Colors of #aedfcd

#aedfcd #aed9df #aedfb5

Monochromatic Colors of #aedfcd

#aedfcd

Complementary Color

#aedfcd #dfaec0

#aedfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfcd Color CSS Codes

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

#aedfcd Text Font Color

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

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


#aedfcd Background Color

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

This div background color is #aedfcd


#aedfcd Border Color

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

This div border color is #aedfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfcd


Comments

No comments written yet.

Please login to write comment.