Color Hex Logo

#dac595 Color Hex

#DAC595
(218,197,149)
0 Favorites   0 Comments

Color spaces of #dac595

RGB 218197149
HSL0.120.480.72
HSV42°32°85°
CMYK 0.000.100.32   0.15
XYZ54.304557.007936.5752
Yxy57.00790.36720.3855
Hunter Lab75.5036-3.748624.1314
CIE-Lab80.18400.306326.8055

#dac595 color RGB value is (218,197,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 10010101
Octal 332 305 225
Decimal 218 197 149
Hex DA C5 95

RGB Percentages of Color #dac595

%38.65
%34.93
%26.42

CMYK Percentages of Color #dac595

%0
%10
%32
%15

Triadic Colors of #dac595

#dac595 #95dac5 #c595da

Analogous Colors of #dac595

#dac595 #cdda95 #daa395

Monochromatic Colors of #dac595

#dac595

Complementary Color

#dac595 #95aada

#dac595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac595 Color CSS Codes

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

#dac595 Text Font Color

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

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


#dac595 Background Color

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

This div background color is #dac595


#dac595 Border Color

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

This div border color is #dac595


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,197,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dac595">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac595


Comments

No comments written yet.

Please login to write comment.