Color Hex Logo

#d4cebc Color Hex

#D4CEBC
(212,206,188)
0 Favorites   0 Comments

Color spaces of #d4cebc

RGB 212206188
HSL0.130.220.78
HSV45°11°83°
CMYK 0.000.030.11   0.17
XYZ58.299861.770556.4271
Yxy61.77050.33030.3500
Hunter Lab78.5942-5.131712.4484
CIE-Lab82.7912-0.99659.6827

#d4cebc color RGB value is (212,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001110 10111100
Octal 324 316 274
Decimal 212 206 188
Hex D4 CE BC

RGB Percentages of Color #d4cebc

%34.98
%33.99
%31.02

CMYK Percentages of Color #d4cebc

%0
%3
%11
%17

Triadic Colors of #d4cebc

#d4cebc #bcd4ce #cebcd4

Analogous Colors of #d4cebc

#d4cebc #ced4bc #d4c2bc

Monochromatic Colors of #d4cebc

#d4cebc

Complementary Color

#d4cebc #bcc2d4

#d4cebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cebc Color CSS Codes

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

#d4cebc Text Font Color

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

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


#d4cebc Background Color

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

This div background color is #d4cebc


#d4cebc Border Color

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

This div border color is #d4cebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cebc

#d4cebc Color Palettes


Comments

No comments written yet.

Please login to write comment.