Color Hex Logo

#dcaead Color Hex

#DCAEAD
(220,174,173)
0 Favorites   0 Comments

Color spaces of #dcaead

RGB 220174173
HSL0.000.400.77
HSV21°86°
CMYK 0.000.210.21   0.14
XYZ52.194148.504946.1466
Yxy48.50490.35540.3303
Hunter Lab69.645511.89299.4667
CIE-Lab75.142316.59236.9119

#dcaead color RGB value is (220,174,173).

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

The process color (four color CMYK) of #dcaead color hex is 0.00, 0.21, 0.21, 0.14. Web safe color of #dcaead is #cc9999. Color #dcaead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10101101
Octal 334 256 255
Decimal 220 174 173
Hex DC AE AD

RGB Percentages of Color #dcaead

%38.80
%30.69
%30.51

CMYK Percentages of Color #dcaead

%0
%21
%21
%14

Triadic Colors of #dcaead

#dcaead #addcae #aeaddc

Analogous Colors of #dcaead

#dcaead #dcc6ad #dcadc4

Monochromatic Colors of #dcaead

#dcaead

Complementary Color

#dcaead #addbdc

#dcaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaead Color CSS Codes

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

#dcaead Text Font Color

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

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


#dcaead Background Color

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

This div background color is #dcaead


#dcaead Border Color

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

This div border color is #dcaead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaead


Comments

No comments written yet.

Please login to write comment.