Color Hex Logo

#dad69d Color Hex

#DAD69D
(218,214,157)
0 Favorites   0 Comments

Color spaces of #dad69d

RGB 218214157
HSL0.160.450.74
HSV56°28°85°
CMYK 0.000.020.28   0.15
XYZ59.045865.432941.4161
Yxy65.43290.35590.3944
Hunter Lab80.8906-11.263126.2669
CIE-Lab84.7063-7.446828.7211

#dad69d color RGB value is (218,214,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 10011101
Octal 332 326 235
Decimal 218 214 157
Hex DA D6 9D

RGB Percentages of Color #dad69d

%37.01
%36.33
%26.66

CMYK Percentages of Color #dad69d

%0
%2
%28
%15

Triadic Colors of #dad69d

#dad69d #9ddad6 #d69dda

Analogous Colors of #dad69d

#dad69d #c0da9d #dab89d

Monochromatic Colors of #dad69d

#dad69d

Complementary Color

#dad69d #9da1da

#dad69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad69d Color CSS Codes

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

#dad69d Text Font Color

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

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


#dad69d Background Color

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

This div background color is #dad69d


#dad69d Border Color

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

This div border color is #dad69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad69d


Comments

No comments written yet.

Please login to write comment.