Color Hex Logo

#dac8bc Color Hex

#DAC8BC
(218,200,188)
1 Favorites   0 Comments

Color spaces of #dac8bc

RGB 218200188
HSL0.070.290.80
HSV24°14°85°
CMYK 0.000.080.14   0.15
XYZ58.644859.844856.0372
Yxy59.84480.33600.3429
Hunter Lab77.3594-0.061311.2034
CIE-Lab81.75384.31178.2649

#dac8bc color RGB value is (218,200,188).

#dac8bc hex color red value is 218, green value is 200 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dac8bc hue: 0.07 , saturation: 0.29 and the lightness value of dac8bc is 0.80.

The process color (four color CMYK) of #dac8bc color hex is 0.00, 0.08, 0.14, 0.15. Web safe color of #dac8bc is #cccccc. Color #dac8bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 10111100
Octal 332 310 274
Decimal 218 200 188
Hex DA C8 BC

RGB Percentages of Color #dac8bc

%35.97
%33.00
%31.02

CMYK Percentages of Color #dac8bc

%0
%8
%14
%15

Triadic Colors of #dac8bc

#dac8bc #bcdac8 #c8bcda

Analogous Colors of #dac8bc

#dac8bc #dad7bc #dabcbf

Monochromatic Colors of #dac8bc

#dac8bc

Complementary Color

#dac8bc #bcceda

#dac8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac8bc Color CSS Codes

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

#dac8bc Text Font Color

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

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


#dac8bc Background Color

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

This div background color is #dac8bc


#dac8bc Border Color

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

This div border color is #dac8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac8bc


Comments

No comments written yet.

Please login to write comment.