Color Hex Logo

#dad8af Color Hex

#DAD8AF
(218,216,175)
0 Favorites   0 Comments

Color spaces of #dad8af

RGB 218216175
HSL0.160.370.77
HSV57°20°85°
CMYK 0.000.010.20   0.15
XYZ61.207267.112350.2854
Yxy67.11230.34270.3758
Hunter Lab81.9221-9.999320.9521
CIE-Lab85.5606-5.985820.5112

#dad8af color RGB value is (218,216,175).

#dad8af hex color red value is 218, green value is 216 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dad8af hue: 0.16 , saturation: 0.37 and the lightness value of dad8af is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 10101111
Octal 332 330 257
Decimal 218 216 175
Hex DA D8 AF

RGB Percentages of Color #dad8af

%35.80
%35.47
%28.74

CMYK Percentages of Color #dad8af

%0
%1
%20
%15

Triadic Colors of #dad8af

#dad8af #afdad8 #d8afda

Analogous Colors of #dad8af

#dad8af #c7daaf #dac3af

Monochromatic Colors of #dad8af

#dad8af

Complementary Color

#dad8af #afb1da

#dad8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad8af Color CSS Codes

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

#dad8af Text Font Color

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

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


#dad8af Background Color

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

This div background color is #dad8af


#dad8af Border Color

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

This div border color is #dad8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad8af


Comments

No comments written yet.

Please login to write comment.