Color Hex Logo

#dac693 Color Hex

#DAC693
(218,198,147)
0 Favorites   0 Comments

Color spaces of #dac693

RGB 218198147
HSL0.120.490.72
HSV43°33°85°
CMYK 0.000.090.33   0.15
XYZ54.374057.400235.8173
Yxy57.40020.36840.3889
Hunter Lab75.7629-4.478125.0044
CIE-Lab80.4042-0.465628.1520

#dac693 color RGB value is (218,198,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 10010011
Octal 332 306 223
Decimal 218 198 147
Hex DA C6 93

RGB Percentages of Color #dac693

%38.72
%35.17
%26.11

CMYK Percentages of Color #dac693

%0
%9
%33
%15

Triadic Colors of #dac693

#dac693 #93dac6 #c693da

Analogous Colors of #dac693

#dac693 #cbda93 #daa393

Monochromatic Colors of #dac693

#dac693

Complementary Color

#dac693 #93a7da

#dac693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac693 Color CSS Codes

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

#dac693 Text Font Color

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

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


#dac693 Background Color

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

This div background color is #dac693


#dac693 Border Color

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

This div border color is #dac693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac693


Comments

No comments written yet.

Please login to write comment.