Color Hex Logo

#dac096 Color Hex

#DAC096
(218,192,150)
0 Favorites   0 Comments

Color spaces of #dac096

RGB 218192150
HSL0.100.480.72
HSV37°31°85°
CMYK 0.000.120.31   0.15
XYZ53.268154.806736.6254
Yxy54.80670.36810.3788
Hunter Lab74.0315-1.118722.4897
CIE-Lab78.92983.056224.5794

#dac096 color RGB value is (218,192,150).

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

The process color (four color CMYK) of #dac096 color hex is 0.00, 0.12, 0.31, 0.15. Web safe color of #dac096 is #cccc99. Color #dac096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 10010110
Octal 332 300 226
Decimal 218 192 150
Hex DA C0 96

RGB Percentages of Color #dac096

%38.93
%34.29
%26.79

CMYK Percentages of Color #dac096

%0
%12
%31
%15

Triadic Colors of #dac096

#dac096 #96dac0 #c096da

Analogous Colors of #dac096

#dac096 #d2da96 #da9e96

Monochromatic Colors of #dac096

#dac096

Complementary Color

#dac096 #96b0da

#dac096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac096 Color CSS Codes

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

#dac096 Text Font Color

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

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


#dac096 Background Color

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

This div background color is #dac096


#dac096 Border Color

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

This div border color is #dac096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac096


Comments

No comments written yet.

Please login to write comment.