Color Hex Logo

#dac796 Color Hex

#DAC796
(218,199,150)
0 Favorites   0 Comments

Color spaces of #dac796

RGB 218199150
HSL0.120.480.72
HSV43°31°85°
CMYK 0.000.090.31   0.15
XYZ54.841957.954337.1500
Yxy57.95430.36570.3865
Hunter Lab76.1277-4.633324.3561
CIE-Lab80.7134-0.611226.9936

#dac796 color RGB value is (218,199,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 10010110
Octal 332 307 226
Decimal 218 199 150
Hex DA C7 96

RGB Percentages of Color #dac796

%38.45
%35.10
%26.46

CMYK Percentages of Color #dac796

%0
%9
%31
%15

Triadic Colors of #dac796

#dac796 #96dac7 #c796da

Analogous Colors of #dac796

#dac796 #cbda96 #daa596

Monochromatic Colors of #dac796

#dac796

Complementary Color

#dac796 #96a9da

#dac796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac796 Color CSS Codes

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

#dac796 Text Font Color

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

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


#dac796 Background Color

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

This div background color is #dac796


#dac796 Border Color

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

This div border color is #dac796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac796


Comments

No comments written yet.

Please login to write comment.