Color Hex Logo

#dac593 Color Hex

#DAC593
(218,197,147)
0 Favorites   0 Comments

Color spaces of #dac593

RGB 218197147
HSL0.120.490.72
HSV42°33°85°
CMYK 0.000.100.33   0.15
XYZ54.146256.944535.7413
Yxy56.94450.36880.3878
Hunter Lab75.4616-3.978124.7412
CIE-Lab80.14840.056627.8087

#dac593 color RGB value is (218,197,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 10010011
Octal 332 305 223
Decimal 218 197 147
Hex DA C5 93

RGB Percentages of Color #dac593

%38.79
%35.05
%26.16

CMYK Percentages of Color #dac593

%0
%10
%33
%15

Triadic Colors of #dac593

#dac593 #93dac5 #c593da

Analogous Colors of #dac593

#dac593 #ccda93 #daa293

Monochromatic Colors of #dac593

#dac593

Complementary Color

#dac593 #93a8da

#dac593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac593 Color CSS Codes

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

#dac593 Text Font Color

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

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


#dac593 Background Color

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

This div background color is #dac593


#dac593 Border Color

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

This div border color is #dac593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac593


Comments

No comments written yet.

Please login to write comment.