Color Hex Logo

#dac493 Color Hex

#DAC493
(218,196,147)
0 Favorites   0 Comments

Color spaces of #dac493

RGB 218196147
HSL0.120.490.72
HSV41°33°85°
CMYK 0.000.100.33   0.15
XYZ53.919856.491935.6659
Yxy56.49190.36910.3867
Hunter Lab75.1611-3.477824.4781
CIE-Lab79.89300.579027.4655

#dac493 color RGB value is (218,196,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 10010011
Octal 332 304 223
Decimal 218 196 147
Hex DA C4 93

RGB Percentages of Color #dac493

%38.86
%34.94
%26.20

CMYK Percentages of Color #dac493

%0
%10
%33
%15

Triadic Colors of #dac493

#dac493 #93dac4 #c493da

Analogous Colors of #dac493

#dac493 #cdda93 #daa193

Monochromatic Colors of #dac493

#dac493

Complementary Color

#dac493 #93a9da

#dac493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac493 Color CSS Codes

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

#dac493 Text Font Color

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

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


#dac493 Background Color

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

This div background color is #dac493


#dac493 Border Color

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

This div border color is #dac493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac493


Comments

No comments written yet.

Please login to write comment.