Color Hex Logo

#dac293 Color Hex

#DAC293
(218,194,147)
0 Favorites   0 Comments

Color spaces of #dac293

RGB 218194147
HSL0.110.490.72
HSV40°33°85°
CMYK 0.000.110.33   0.15
XYZ53.471755.595635.5165
Yxy55.59560.36980.3845
Hunter Lab74.5625-2.474923.9520
CIE-Lab79.38311.626826.7792

#dac293 color RGB value is (218,194,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 10010011
Octal 332 302 223
Decimal 218 194 147
Hex DA C2 93

RGB Percentages of Color #dac293

%39.00
%34.70
%26.30

CMYK Percentages of Color #dac293

%0
%11
%33
%15

Triadic Colors of #dac293

#dac293 #93dac2 #c293da

Analogous Colors of #dac293

#dac293 #cfda93 #da9f93

Monochromatic Colors of #dac293

#dac293

Complementary Color

#dac293 #93abda

#dac293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac293 Color CSS Codes

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

#dac293 Text Font Color

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

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


#dac293 Background Color

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

This div background color is #dac293


#dac293 Border Color

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

This div border color is #dac293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac293


Comments

No comments written yet.

Please login to write comment.