Color Hex Logo

#dac4af Color Hex

#DAC4AF
(218,196,175)
0 Favorites   0 Comments

Color spaces of #dac4af

RGB 218196175
HSL0.080.370.77
HSV29°20°85°
CMYK 0.000.100.20   0.15
XYZ56.391257.480448.6801
Yxy57.48040.34690.3536
Hunter Lab75.81580.089215.0019
CIE-Lab80.44904.411613.3611

#dac4af color RGB value is (218,196,175).

#dac4af hex color red value is 218, green value is 196 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dac4af hue: 0.08 , saturation: 0.37 and the lightness value of dac4af is 0.77.

The process color (four color CMYK) of #dac4af color hex is 0.00, 0.10, 0.20, 0.15. Web safe color of #dac4af is #cccc99. Color #dac4af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 10101111
Octal 332 304 257
Decimal 218 196 175
Hex DA C4 AF

RGB Percentages of Color #dac4af

%37.01
%33.28
%29.71

CMYK Percentages of Color #dac4af

%0
%10
%20
%15

Triadic Colors of #dac4af

#dac4af #afdac4 #c4afda

Analogous Colors of #dac4af

#dac4af #dadaaf #daafb0

Monochromatic Colors of #dac4af

#dac4af

Complementary Color

#dac4af #afc5da

#dac4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac4af Color CSS Codes

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

#dac4af Text Font Color

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

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


#dac4af Background Color

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

This div background color is #dac4af


#dac4af Border Color

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

This div border color is #dac4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac4af


Comments

No comments written yet.

Please login to write comment.