Color Hex Logo

#d6cebe Color Hex

#D6CEBE
(214,206,190)
0 Favorites   0 Comments

Color spaces of #d6cebe

RGB 214206190
HSL0.110.230.79
HSV40°11°84°
CMYK 0.000.040.11   0.16
XYZ59.097162.156557.5978
Yxy62.15650.33040.3475
Hunter Lab78.8394-4.167411.8720
CIE-Lab82.99660.04628.9334

#d6cebe color RGB value is (214,206,190).

#d6cebe hex color red value is 214, green value is 206 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d6cebe hue: 0.11 , saturation: 0.23 and the lightness value of d6cebe is 0.79.

The process color (four color CMYK) of #d6cebe color hex is 0.00, 0.04, 0.11, 0.16. Web safe color of #d6cebe is #cccccc. Color #d6cebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001110 10111110
Octal 326 316 276
Decimal 214 206 190
Hex D6 CE BE

RGB Percentages of Color #d6cebe

%35.08
%33.77
%31.15

CMYK Percentages of Color #d6cebe

%0
%4
%11
%16

Triadic Colors of #d6cebe

#d6cebe #bed6ce #cebed6

Analogous Colors of #d6cebe

#d6cebe #d2d6be #d6c2be

Monochromatic Colors of #d6cebe

#d6cebe

Complementary Color

#d6cebe #bec6d6

#d6cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cebe Color CSS Codes

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

#d6cebe Text Font Color

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

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


#d6cebe Background Color

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

This div background color is #d6cebe


#d6cebe Border Color

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

This div border color is #d6cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cebe

#d6cebe Color Palettes


Comments

No comments written yet.

Please login to write comment.