Color Hex Logo

#d9d4bf Color Hex

#D9D4BF
(217,212,191)
0 Favorites   0 Comments

Color spaces of #d9d4bf

RGB 217212191
HSL0.130.250.80
HSV48°12°85°
CMYK 0.000.020.12   0.15
XYZ61.562765.600358.7076
Yxy65.60030.33120.3529
Hunter Lab80.9940-6.063513.7201
CIE-Lab84.7921-1.838910.9969

#d9d4bf color RGB value is (217,212,191).

#d9d4bf hex color red value is 217, green value is 212 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d9d4bf hue: 0.13 , saturation: 0.25 and the lightness value of d9d4bf is 0.80.

The process color (four color CMYK) of #d9d4bf color hex is 0.00, 0.02, 0.12, 0.15. Web safe color of #d9d4bf is #cccccc. Color #d9d4bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010100 10111111
Octal 331 324 277
Decimal 217 212 191
Hex D9 D4 BF

RGB Percentages of Color #d9d4bf

%35.00
%34.19
%30.81

CMYK Percentages of Color #d9d4bf

%0
%2
%12
%15

Triadic Colors of #d9d4bf

#d9d4bf #bfd9d4 #d4bfd9

Analogous Colors of #d9d4bf

#d9d4bf #d1d9bf #d9c7bf

Monochromatic Colors of #d9d4bf

#d9d4bf

Complementary Color

#d9d4bf #bfc4d9

#d9d4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d4bf Color CSS Codes

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

#d9d4bf Text Font Color

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

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


#d9d4bf Background Color

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

This div background color is #d9d4bf


#d9d4bf Border Color

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

This div border color is #d9d4bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,212,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d4bf

#d9d4bf Color Palettes


Comments

No comments written yet.

Please login to write comment.