Color Hex Logo

#dacebd Color Hex

#DACEBD
(218,206,189)
0 Favorites   0 Comments

Color spaces of #dacebd

RGB 218206189
HSL0.100.280.80
HSV35°13°85°
CMYK 0.000.060.13   0.15
XYZ60.170162.722257.0794
Yxy62.72220.33430.3485
Hunter Lab79.1973-2.980212.7064
CIE-Lab83.29601.32309.9364

#dacebd color RGB value is (218,206,189).

#dacebd hex color red value is 218, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dacebd hue: 0.10 , saturation: 0.28 and the lightness value of dacebd is 0.80.

The process color (four color CMYK) of #dacebd color hex is 0.00, 0.06, 0.13, 0.15. Web safe color of #dacebd is #cccccc. Color #dacebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 10111101
Octal 332 316 275
Decimal 218 206 189
Hex DA CE BD

RGB Percentages of Color #dacebd

%35.56
%33.61
%30.83

CMYK Percentages of Color #dacebd

%0
%6
%13
%15

Triadic Colors of #dacebd

#dacebd #bddace #cebdda

Analogous Colors of #dacebd

#dacebd #d8dabd #dac0bd

Monochromatic Colors of #dacebd

#dacebd

Complementary Color

#dacebd #bdc9da

#dacebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacebd Color CSS Codes

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

#dacebd Text Font Color

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

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


#dacebd Background Color

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

This div background color is #dacebd


#dacebd Border Color

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

This div border color is #dacebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,206,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacebd

#dacebd Color Palettes


Comments

No comments written yet.

Please login to write comment.