Color Hex Logo

#dccdae Color Hex

#DCCDAE
(220,205,174)
0 Favorites   0 Comments

Color spaces of #dccdae

RGB 220205174
HSL0.110.400.77
HSV40°21°86°
CMYK 0.000.070.21   0.14
XYZ58.986561.934348.8900
Yxy61.93430.34740.3647
Hunter Lab78.6983-3.931618.2559
CIE-Lab82.87850.288917.3302

#dccdae color RGB value is (220,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 10101110
Octal 334 315 256
Decimal 220 205 174
Hex DC CD AE

RGB Percentages of Color #dccdae

%36.73
%34.22
%29.05

CMYK Percentages of Color #dccdae

%0
%7
%21
%14

Triadic Colors of #dccdae

#dccdae #aedccd #cdaedc

Analogous Colors of #dccdae

#dccdae #d4dcae #dcb6ae

Monochromatic Colors of #dccdae

#dccdae

Complementary Color

#dccdae #aebddc

#dccdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccdae Color CSS Codes

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

#dccdae Text Font Color

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

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


#dccdae Background Color

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

This div background color is #dccdae


#dccdae Border Color

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

This div border color is #dccdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccdae


Comments

No comments written yet.

Please login to write comment.