Color Hex Logo

#dad19d Color Hex

#DAD19D
(218,209,157)
0 Favorites   0 Comments

Color spaces of #dad19d

RGB 218209157
HSL0.140.450.74
HSV51°28°85°
CMYK 0.000.040.28   0.15
XYZ57.799762.940741.0007
Yxy62.94070.35740.3891
Hunter Lab79.3352-8.790324.8933
CIE-Lab83.4112-4.886926.9742

#dad19d color RGB value is (218,209,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 10011101
Octal 332 321 235
Decimal 218 209 157
Hex DA D1 9D

RGB Percentages of Color #dad19d

%37.33
%35.79
%26.88

CMYK Percentages of Color #dad19d

%0
%4
%28
%15

Triadic Colors of #dad19d

#dad19d #9ddad1 #d19dda

Analogous Colors of #dad19d

#dad19d #c5da9d #dab39d

Monochromatic Colors of #dad19d

#dad19d

Complementary Color

#dad19d #9da6da

#dad19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad19d Color CSS Codes

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

#dad19d Text Font Color

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

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


#dad19d Background Color

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

This div background color is #dad19d


#dad19d Border Color

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

This div border color is #dad19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad19d


Comments

No comments written yet.

Please login to write comment.