Color Hex Logo

#dcdaae Color Hex

#DCDAAE
(220,218,174)
0 Favorites   0 Comments

Color spaces of #dcdaae

RGB 220218174
HSL0.160.400.77
HSV57°21°86°
CMYK 0.000.010.21   0.14
XYZ62.226668.414449.9700
Yxy68.41440.34450.3788
Hunter Lab82.7130-10.458722.0798
CIE-Lab86.2132-6.414921.9603

#dcdaae color RGB value is (220,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10101110
Octal 334 332 256
Decimal 220 218 174
Hex DC DA AE

RGB Percentages of Color #dcdaae

%35.95
%35.62
%28.43

CMYK Percentages of Color #dcdaae

%0
%1
%21
%14

Triadic Colors of #dcdaae

#dcdaae #aedcda #daaedc

Analogous Colors of #dcdaae

#dcdaae #c7dcae #dcc3ae

Monochromatic Colors of #dcdaae

#dcdaae

Complementary Color

#dcdaae #aeb0dc

#dcdaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdaae Color CSS Codes

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

#dcdaae Text Font Color

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

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


#dcdaae Background Color

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

This div background color is #dcdaae


#dcdaae Border Color

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

This div border color is #dcdaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdaae


Comments

No comments written yet.

Please login to write comment.