Color Hex Logo

#dad39c Color Hex

#DAD39C
(218,211,156)
0 Favorites   0 Comments

Color spaces of #dad39c

RGB 218211156
HSL0.150.460.73
HSV53°28°85°
CMYK 0.000.030.28   0.15
XYZ58.208563.894340.7174
Yxy63.89430.35750.3924
Hunter Lab79.9339-9.899225.7521
CIE-Lab83.9107-6.043728.1689

#dad39c color RGB value is (218,211,156).

#dad39c hex color red value is 218, green value is 211 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dad39c hue: 0.15 , saturation: 0.46 and the lightness value of dad39c is 0.73.

The process color (four color CMYK) of #dad39c color hex is 0.00, 0.03, 0.28, 0.15. Web safe color of #dad39c is #cccc99. Color #dad39c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 10011100
Octal 332 323 234
Decimal 218 211 156
Hex DA D3 9C

RGB Percentages of Color #dad39c

%37.26
%36.07
%26.67

CMYK Percentages of Color #dad39c

%0
%3
%28
%15

Triadic Colors of #dad39c

#dad39c #9cdad3 #d39cda

Analogous Colors of #dad39c

#dad39c #c2da9c #dab49c

Monochromatic Colors of #dad39c

#dad39c

Complementary Color

#dad39c #9ca3da

#dad39c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad39c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad39c Color CSS Codes

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

#dad39c Text Font Color

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

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


#dad39c Background Color

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

This div background color is #dad39c


#dad39c Border Color

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

This div border color is #dad39c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad39c


Comments

No comments written yet.

Please login to write comment.