Color Hex Logo

#dad7bd Color Hex

#DAD7BD
(218,215,189)
0 Favorites   0 Comments

Color spaces of #dad7bd

RGB 218215189
HSL0.150.280.80
HSV54°13°85°
CMYK 0.000.010.13   0.15
XYZ62.399267.180457.8224
Yxy67.18040.33300.3585
Hunter Lab81.9637-7.543715.5476
CIE-Lab85.5950-3.348913.2034

#dad7bd color RGB value is (218,215,189).

#dad7bd hex color red value is 218, green value is 215 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dad7bd hue: 0.15 , saturation: 0.28 and the lightness value of dad7bd is 0.80.

The process color (four color CMYK) of #dad7bd color hex is 0.00, 0.01, 0.13, 0.15. Web safe color of #dad7bd is #cccccc. Color #dad7bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 10111101
Octal 332 327 275
Decimal 218 215 189
Hex DA D7 BD

RGB Percentages of Color #dad7bd

%35.05
%34.57
%30.39

CMYK Percentages of Color #dad7bd

%0
%1
%13
%15

Triadic Colors of #dad7bd

#dad7bd #bddad7 #d7bdda

Analogous Colors of #dad7bd

#dad7bd #cfdabd #dac9bd

Monochromatic Colors of #dad7bd

#dad7bd

Complementary Color

#dad7bd #bdc0da

#dad7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad7bd Color CSS Codes

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

#dad7bd Text Font Color

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

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


#dad7bd Background Color

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

This div background color is #dad7bd


#dad7bd Border Color

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

This div border color is #dad7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad7bd


Comments

No comments written yet.

Please login to write comment.