Color Hex Logo

#dad1af Color Hex

#DAD1AF
(218,209,175)
0 Favorites   0 Comments

Color spaces of #dad1af

RGB 218209175
HSL0.130.370.77
HSV47°20°85°
CMYK 0.000.040.20   0.15
XYZ59.451863.601549.7003
Yxy63.60150.34410.3682
Hunter Lab79.7505-6.496718.8760
CIE-Lab83.7579-2.383018.0050

#dad1af color RGB value is (218,209,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 10101111
Octal 332 321 257
Decimal 218 209 175
Hex DA D1 AF

RGB Percentages of Color #dad1af

%36.21
%34.72
%29.07

CMYK Percentages of Color #dad1af

%0
%4
%20
%15

Triadic Colors of #dad1af

#dad1af #afdad1 #d1afda

Analogous Colors of #dad1af

#dad1af #cedaaf #dabcaf

Monochromatic Colors of #dad1af

#dad1af

Complementary Color

#dad1af #afb8da

#dad1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad1af Color CSS Codes

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

#dad1af Text Font Color

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

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


#dad1af Background Color

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

This div background color is #dad1af


#dad1af Border Color

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

This div border color is #dad1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad1af


Comments

No comments written yet.

Please login to write comment.