Color Hex Logo

#dac3ab Color Hex

#DAC3AB
(218,195,171)
0 Favorites   0 Comments

Color spaces of #dac3ab

RGB 218195171
HSL0.090.390.76
HSV31°22°85°
CMYK 0.000.110.22   0.15
XYZ55.779256.875946.5663
Yxy56.87590.35030.3572
Hunter Lab75.41610.043816.1822
CIE-Lab80.10974.348715.0224

#dac3ab color RGB value is (218,195,171).

#dac3ab hex color red value is 218, green value is 195 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dac3ab hue: 0.09 , saturation: 0.39 and the lightness value of dac3ab is 0.76.

The process color (four color CMYK) of #dac3ab color hex is 0.00, 0.11, 0.22, 0.15. Web safe color of #dac3ab is #cccc99. Color #dac3ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 10101011
Octal 332 303 253
Decimal 218 195 171
Hex DA C3 AB

RGB Percentages of Color #dac3ab

%37.33
%33.39
%29.28

CMYK Percentages of Color #dac3ab

%0
%11
%22
%15

Triadic Colors of #dac3ab

#dac3ab #abdac3 #c3abda

Analogous Colors of #dac3ab

#dac3ab #dadaab #daacab

Monochromatic Colors of #dac3ab

#dac3ab

Complementary Color

#dac3ab #abc2da

#dac3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac3ab Color CSS Codes

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

#dac3ab Text Font Color

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

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


#dac3ab Background Color

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

This div background color is #dac3ab


#dac3ab Border Color

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

This div border color is #dac3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac3ab


Comments

No comments written yet.

Please login to write comment.