Color Hex Logo

#dac793 Color Hex

#DAC793
(218,199,147)
0 Favorites   0 Comments

Color spaces of #dac793

RGB 218199147
HSL0.120.490.72
HSV44°33°85°
CMYK 0.000.090.33   0.15
XYZ54.603357.858935.8937
Yxy57.85890.36810.3900
Hunter Lab76.0650-4.977625.2677
CIE-Lab80.6603-0.986928.4955

#dac793 color RGB value is (218,199,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 10010011
Octal 332 307 223
Decimal 218 199 147
Hex DA C7 93

RGB Percentages of Color #dac793

%38.65
%35.28
%26.06

CMYK Percentages of Color #dac793

%0
%9
%33
%15

Triadic Colors of #dac793

#dac793 #93dac7 #c793da

Analogous Colors of #dac793

#dac793 #cada93 #daa493

Monochromatic Colors of #dac793

#dac793

Complementary Color

#dac793 #93a6da

#dac793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac793 Color CSS Codes

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

#dac793 Text Font Color

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

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


#dac793 Background Color

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

This div background color is #dac793


#dac793 Border Color

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

This div border color is #dac793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac793


Comments

No comments written yet.

Please login to write comment.