Color Hex Logo

#d6ceba Color Hex

#D6CEBA
(214,206,186)
0 Favorites   0 Comments

Color spaces of #d6ceba

RGB 214206186
HSL0.120.250.78
HSV43°13°84°
CMYK 0.000.040.13   0.16
XYZ58.665861.983955.3264
Yxy61.98390.33340.3522
Hunter Lab78.7299-4.767413.4456
CIE-Lab82.9049-0.599110.9301

#d6ceba color RGB value is (214,206,186).

#d6ceba hex color red value is 214, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d6ceba hue: 0.12 , saturation: 0.25 and the lightness value of d6ceba is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001110 10111010
Octal 326 316 272
Decimal 214 206 186
Hex D6 CE BA

RGB Percentages of Color #d6ceba

%35.31
%33.99
%30.69

CMYK Percentages of Color #d6ceba

%0
%4
%13
%16

Triadic Colors of #d6ceba

#d6ceba #bad6ce #cebad6

Analogous Colors of #d6ceba

#d6ceba #d0d6ba #d6c0ba

Monochromatic Colors of #d6ceba

#d6ceba

Complementary Color

#d6ceba #bac2d6

#d6ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ceba Color CSS Codes

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

#d6ceba Text Font Color

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

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


#d6ceba Background Color

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

This div background color is #d6ceba


#d6ceba Border Color

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

This div border color is #d6ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ceba


Comments

No comments written yet.

Please login to write comment.