Color Hex Logo

#d9dabd Color Hex

#D9DABD
(217,218,189)
0 Favorites   0 Comments

Color spaces of #d9dabd

RGB 217218189
HSL0.170.280.80
HSV62°13°85°
CMYK 0.000.000.13   0.15
XYZ62.872068.568658.0655
Yxy68.56860.33180.3618
Hunter Lab82.8062-9.381616.3889
CIE-Lab86.2900-5.249814.1750

#d9dabd color RGB value is (217,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011010 10111101
Octal 331 332 275
Decimal 217 218 189
Hex D9 DA BD

RGB Percentages of Color #d9dabd

%34.78
%34.94
%30.29

CMYK Percentages of Color #d9dabd

%0
%0
%13
%15

Triadic Colors of #d9dabd

#d9dabd #bdd9da #dabdd9

Analogous Colors of #d9dabd

#d9dabd #cbdabd #dacdbd

Monochromatic Colors of #d9dabd

#d9dabd

Complementary Color

#d9dabd #bebdda

#d9dabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dabd Color CSS Codes

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

#d9dabd Text Font Color

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

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


#d9dabd Background Color

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

This div background color is #d9dabd


#d9dabd Border Color

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

This div border color is #d9dabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dabd


Comments

No comments written yet.

Please login to write comment.