Color Hex Logo

#dacdae Color Hex

#DACDAE
(218,205,174)
0 Favorites   0 Comments

Color spaces of #dacdae

RGB 218205174
HSL0.120.370.77
HSV42°20°85°
CMYK 0.000.060.20   0.15
XYZ58.384761.624148.8618
Yxy61.62410.34570.3649
Hunter Lab78.5010-4.618418.0465
CIE-Lab82.7131-0.453717.0746

#dacdae color RGB value is (218,205,174).

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

The process color (four color CMYK) of #dacdae color hex is 0.00, 0.06, 0.20, 0.15. Web safe color of #dacdae is #cccc99. Color #dacdae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 10101110
Octal 332 315 256
Decimal 218 205 174
Hex DA CD AE

RGB Percentages of Color #dacdae

%36.52
%34.34
%29.15

CMYK Percentages of Color #dacdae

%0
%6
%20
%15

Triadic Colors of #dacdae

#dacdae #aedacd #cdaeda

Analogous Colors of #dacdae

#dacdae #d1daae #dab7ae

Monochromatic Colors of #dacdae

#dacdae

Complementary Color

#dacdae #aebbda

#dacdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacdae Color CSS Codes

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

#dacdae Text Font Color

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

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


#dacdae Background Color

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

This div background color is #dacdae


#dacdae Border Color

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

This div border color is #dacdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacdae


Comments

No comments written yet.

Please login to write comment.