Color Hex Logo

#dad69c Color Hex

#DAD69C
(218,214,156)
0 Favorites   0 Comments

Color spaces of #dad69c

RGB 218214156
HSL0.160.460.73
HSV56°28°85°
CMYK 0.000.020.28   0.15
XYZ58.960865.398940.9682
Yxy65.39890.35660.3956
Hunter Lab80.8696-11.380126.5726
CIE-Lab84.6889-7.576529.2153

#dad69c color RGB value is (218,214,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 10011100
Octal 332 326 234
Decimal 218 214 156
Hex DA D6 9C

RGB Percentages of Color #dad69c

%37.07
%36.39
%26.53

CMYK Percentages of Color #dad69c

%0
%2
%28
%15

Triadic Colors of #dad69c

#dad69c #9cdad6 #d69cda

Analogous Colors of #dad69c

#dad69c #bfda9c #dab79c

Monochromatic Colors of #dad69c

#dad69c

Complementary Color

#dad69c #9ca0da

#dad69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad69c Color CSS Codes

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

#dad69c Text Font Color

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

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


#dad69c Background Color

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

This div background color is #dad69c


#dad69c Border Color

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

This div border color is #dad69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad69c


Comments

No comments written yet.

Please login to write comment.