Color Hex Logo

#dac9bb Color Hex

#DAC9BB
(218,201,187)
0 Favorites   0 Comments

Color spaces of #dac9bb

RGB 218201187
HSL0.080.300.79
HSV27°14°85°
CMYK 0.000.080.14   0.15
XYZ58.769760.266655.5488
Yxy60.26660.33660.3452
Hunter Lab77.6316-0.724811.9175
CIE-Lab81.98293.62619.1269

#dac9bb color RGB value is (218,201,187).

#dac9bb hex color red value is 218, green value is 201 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dac9bb hue: 0.08 , saturation: 0.30 and the lightness value of dac9bb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 10111011
Octal 332 311 273
Decimal 218 201 187
Hex DA C9 BB

RGB Percentages of Color #dac9bb

%35.97
%33.17
%30.86

CMYK Percentages of Color #dac9bb

%0
%8
%14
%15

Triadic Colors of #dac9bb

#dac9bb #bbdac9 #c9bbda

Analogous Colors of #dac9bb

#dac9bb #dad9bb #dabbbd

Monochromatic Colors of #dac9bb

#dac9bb

Complementary Color

#dac9bb #bbccda

#dac9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac9bb Color CSS Codes

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

#dac9bb Text Font Color

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

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


#dac9bb Background Color

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

This div background color is #dac9bb


#dac9bb Border Color

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

This div border color is #dac9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac9bb


Comments

No comments written yet.

Please login to write comment.