Color Hex Logo

#dac193 Color Hex

#DAC193
(218,193,147)
0 Favorites   0 Comments

Color spaces of #dac193

RGB 218193147
HSL0.110.490.72
HSV39°33°85°
CMYK 0.000.110.33   0.15
XYZ53.249955.151935.4426
Yxy55.15190.37020.3834
Hunter Lab74.2643-1.972423.6889
CIE-Lab79.12872.152026.4361

#dac193 color RGB value is (218,193,147).

#dac193 hex color red value is 218, green value is 193 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dac193 hue: 0.11 , saturation: 0.49 and the lightness value of dac193 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 10010011
Octal 332 301 223
Decimal 218 193 147
Hex DA C1 93

RGB Percentages of Color #dac193

%39.07
%34.59
%26.34

CMYK Percentages of Color #dac193

%0
%11
%33
%15

Triadic Colors of #dac193

#dac193 #93dac1 #c193da

Analogous Colors of #dac193

#dac193 #d0da93 #da9e93

Monochromatic Colors of #dac193

#dac193

Complementary Color

#dac193 #93acda

#dac193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac193 Color CSS Codes

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

#dac193 Text Font Color

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

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


#dac193 Background Color

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

This div background color is #dac193


#dac193 Border Color

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

This div border color is #dac193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac193


Comments

No comments written yet.

Please login to write comment.