Color Hex Logo

#d9d0be Color Hex

#D9D0BE
(217,208,190)
0 Favorites   0 Comments

Color spaces of #d9d0be

RGB 217208190
HSL0.110.260.80
HSV40°12°85°
CMYK 0.000.040.12   0.15
XYZ60.465463.581257.8007
Yxy63.58120.33250.3496
Hunter Lab79.7378-4.184212.8381
CIE-Lab83.74720.079110.0379

#d9d0be color RGB value is (217,208,190).

#d9d0be hex color red value is 217, green value is 208 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d9d0be hue: 0.11 , saturation: 0.26 and the lightness value of d9d0be is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010000 10111110
Octal 331 320 276
Decimal 217 208 190
Hex D9 D0 BE

RGB Percentages of Color #d9d0be

%35.28
%33.82
%30.89

CMYK Percentages of Color #d9d0be

%0
%4
%12
%15

Triadic Colors of #d9d0be

#d9d0be #bed9d0 #d0bed9

Analogous Colors of #d9d0be

#d9d0be #d5d9be #d9c3be

Monochromatic Colors of #d9d0be

#d9d0be

Complementary Color

#d9d0be #bec7d9

#d9d0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d0be Color CSS Codes

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

#d9d0be Text Font Color

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

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


#d9d0be Background Color

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

This div background color is #d9d0be


#d9d0be Border Color

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

This div border color is #d9d0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d0be


Comments

No comments written yet.

Please login to write comment.