Color Hex Logo

#d3cebc Color Hex

#D3CEBC
(211,206,188)
0 Favorites   0 Comments

Color spaces of #d3cebc

RGB 211206188
HSL0.130.210.78
HSV47°11°83°
CMYK 0.000.020.11   0.17
XYZ58.012461.622356.4137
Yxy61.62230.32950.3500
Hunter Lab78.4999-5.461012.3413
CIE-Lab82.7122-1.35499.5591

#d3cebc color RGB value is (211,206,188).

#d3cebc hex color red value is 211, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d3cebc hue: 0.13 , saturation: 0.21 and the lightness value of d3cebc is 0.78.

The process color (four color CMYK) of #d3cebc color hex is 0.00, 0.02, 0.11, 0.17. Web safe color of #d3cebc is #cccccc. Color #d3cebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001110 10111100
Octal 323 316 274
Decimal 211 206 188
Hex D3 CE BC

RGB Percentages of Color #d3cebc

%34.88
%34.05
%31.07

CMYK Percentages of Color #d3cebc

%0
%2
%11
%17

Triadic Colors of #d3cebc

#d3cebc #bcd3ce #cebcd3

Analogous Colors of #d3cebc

#d3cebc #cdd3bc #d3c3bc

Monochromatic Colors of #d3cebc

#d3cebc

Complementary Color

#d3cebc #bcc1d3

#d3cebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cebc Color CSS Codes

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

#d3cebc Text Font Color

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

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


#d3cebc Background Color

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

This div background color is #d3cebc


#d3cebc Border Color

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

This div border color is #d3cebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,206,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cebc


Comments

No comments written yet.

Please login to write comment.