Color Hex Logo

#dac0af Color Hex

#DAC0AF
(218,192,175)
0 Favorites   0 Comments

Color spaces of #dac0af

RGB 218192175
HSL0.070.370.77
HSV24°20°85°
CMYK 0.000.120.20   0.15
XYZ55.500955.699848.3834
Yxy55.69980.34780.3490
Hunter Lab74.63232.136413.8055
CIE-Lab79.44276.526711.9373

#dac0af color RGB value is (218,192,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 10101111
Octal 332 300 257
Decimal 218 192 175
Hex DA C0 AF

RGB Percentages of Color #dac0af

%37.26
%32.82
%29.91

CMYK Percentages of Color #dac0af

%0
%12
%20
%15

Triadic Colors of #dac0af

#dac0af #afdac0 #c0afda

Analogous Colors of #dac0af

#dac0af #dad6af #daafb4

Monochromatic Colors of #dac0af

#dac0af

Complementary Color

#dac0af #afc9da

#dac0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac0af Color CSS Codes

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

#dac0af Text Font Color

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

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


#dac0af Background Color

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

This div background color is #dac0af


#dac0af Border Color

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

This div border color is #dac0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac0af

#dac0af Color Palettes


Comments

No comments written yet.

Please login to write comment.