Color Hex Logo

#dac395 Color Hex

#DAC395
(218,195,149)
0 Favorites   0 Comments

Color spaces of #dac395

RGB 218195149
HSL0.110.480.72
HSV40°32°85°
CMYK 0.000.110.32   0.15
XYZ53.853456.105636.4248
Yxy56.10560.36790.3833
Hunter Lab74.9037-2.745523.6005
CIE-Lab79.67391.353326.1168

#dac395 color RGB value is (218,195,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 10010101
Octal 332 303 225
Decimal 218 195 149
Hex DA C3 95

RGB Percentages of Color #dac395

%38.79
%34.70
%26.51

CMYK Percentages of Color #dac395

%0
%11
%32
%15

Triadic Colors of #dac395

#dac395 #95dac3 #c395da

Analogous Colors of #dac395

#dac395 #cfda95 #daa195

Monochromatic Colors of #dac395

#dac395

Complementary Color

#dac395 #95acda

#dac395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac395 Color CSS Codes

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

#dac395 Text Font Color

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

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


#dac395 Background Color

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

This div background color is #dac395


#dac395 Border Color

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

This div border color is #dac395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac395


Comments

No comments written yet.

Please login to write comment.