Color Hex Logo

#d8ceba Color Hex

#D8CEBA
(216,206,186)
1 Favorites   0 Comments

Color spaces of #d8ceba

RGB 216206186
HSL0.110.280.79
HSV40°14°85°
CMYK 0.000.050.14   0.15
XYZ59.253162.286755.3539
Yxy62.28670.33500.3521
Hunter Lab78.9219-4.098913.6608
CIE-Lab83.06570.123711.1809

#d8ceba color RGB value is (216,206,186).

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

The process color (four color CMYK) of #d8ceba color hex is 0.00, 0.05, 0.14, 0.15. Web safe color of #d8ceba is #cccccc. Color #d8ceba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001110 10111010
Octal 330 316 272
Decimal 216 206 186
Hex D8 CE BA

RGB Percentages of Color #d8ceba

%35.53
%33.88
%30.59

CMYK Percentages of Color #d8ceba

%0
%5
%14
%15

Triadic Colors of #d8ceba

#d8ceba #bad8ce #cebad8

Analogous Colors of #d8ceba

#d8ceba #d3d8ba #d8bfba

Monochromatic Colors of #d8ceba

#d8ceba

Complementary Color

#d8ceba #bac4d8

#d8ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ceba Color CSS Codes

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

#d8ceba Text Font Color

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

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


#d8ceba Background Color

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

This div background color is #d8ceba


#d8ceba Border Color

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

This div border color is #d8ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ceba


Comments

No comments written yet.

Please login to write comment.