Color Hex Logo

#d1cebd Color Hex

#D1CEBD
(209,206,189)
0 Favorites   0 Comments

Color spaces of #d1cebd

RGB 209206189
HSL0.140.180.78
HSV51°10°82°
CMYK 0.000.010.10   0.18
XYZ57.551161.372056.9568
Yxy61.37200.32720.3489
Hunter Lab78.3403-5.964111.7318
CIE-Lab82.5783-1.90528.8145

#d1cebd color RGB value is (209,206,189).

#d1cebd hex color red value is 209, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d1cebd hue: 0.14 , saturation: 0.18 and the lightness value of d1cebd is 0.78.

The process color (four color CMYK) of #d1cebd color hex is 0.00, 0.01, 0.10, 0.18. Web safe color of #d1cebd is #cccccc. Color #d1cebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001110 10111101
Octal 321 316 275
Decimal 209 206 189
Hex D1 CE BD

RGB Percentages of Color #d1cebd

%34.60
%34.11
%31.29

CMYK Percentages of Color #d1cebd

%0
%1
%10
%18

Triadic Colors of #d1cebd

#d1cebd #bdd1ce #cebdd1

Analogous Colors of #d1cebd

#d1cebd #cad1bd #d1c4bd

Monochromatic Colors of #d1cebd

#d1cebd

Complementary Color

#d1cebd #bdc0d1

#d1cebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cebd Color CSS Codes

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

#d1cebd Text Font Color

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

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


#d1cebd Background Color

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

This div background color is #d1cebd


#d1cebd Border Color

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

This div border color is #d1cebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1cebd


Comments

No comments written yet.

Please login to write comment.