Color Hex Logo

#dac0bb Color Hex

#DAC0BB
(218,192,187)
0 Favorites   0 Comments

Color spaces of #dac0bb

RGB 218192187
HSL0.030.300.79
HSV10°14°85°
CMYK 0.000.120.14   0.15
XYZ56.732756.192654.8698
Yxy56.19260.33810.3349
Hunter Lab74.96173.90989.0747
CIE-Lab79.72338.38625.8849

#dac0bb color RGB value is (218,192,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 10111011
Octal 332 300 273
Decimal 218 192 187
Hex DA C0 BB

RGB Percentages of Color #dac0bb

%36.52
%32.16
%31.32

CMYK Percentages of Color #dac0bb

%0
%12
%14
%15

Triadic Colors of #dac0bb

#dac0bb #bbdac0 #c0bbda

Analogous Colors of #dac0bb

#dac0bb #dad0bb #dabbc6

Monochromatic Colors of #dac0bb

#dac0bb

Complementary Color

#dac0bb #bbd5da

#dac0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac0bb Color CSS Codes

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

#dac0bb Text Font Color

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

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


#dac0bb Background Color

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

This div background color is #dac0bb


#dac0bb Border Color

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

This div border color is #dac0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac0bb


Comments

No comments written yet.

Please login to write comment.