Color Hex Logo

#dad796 Color Hex

#DAD796
(218,215,150)
0 Favorites   0 Comments

Color spaces of #dad796

RGB 218215150
HSL0.160.480.72
HSV57°31°85°
CMYK 0.000.010.31   0.15
XYZ58.718965.708338.4423
Yxy65.70830.36050.4034
Hunter Lab81.0607-12.553928.6247
CIE-Lab84.8474-8.843832.5192

#dad796 color RGB value is (218,215,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 10010110
Octal 332 327 226
Decimal 218 215 150
Hex DA D7 96

RGB Percentages of Color #dad796

%37.39
%36.88
%25.73

CMYK Percentages of Color #dad796

%0
%1
%31
%15

Triadic Colors of #dad796

#dad796 #96dad7 #d796da

Analogous Colors of #dad796

#dad796 #bbda96 #dab596

Monochromatic Colors of #dad796

#dad796

Complementary Color

#dad796 #9699da

#dad796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad796 Color CSS Codes

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

#dad796 Text Font Color

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

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


#dad796 Background Color

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

This div background color is #dad796


#dad796 Border Color

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

This div border color is #dad796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad796


Comments

No comments written yet.

Please login to write comment.