Color Hex Logo

#d0cbac Color Hex

#D0CBAC
(208,203,172)
0 Favorites   0 Comments

Color spaces of #d0cbac

RGB 208203172
HSL0.140.280.75
HSV52°17°82°
CMYK 0.000.020.17   0.18
XYZ54.814859.100347.5482
Yxy59.10030.33950.3660
Hunter Lab76.8767-7.259817.1429
CIE-Lab81.3467-3.409616.1034

#d0cbac color RGB value is (208,203,172).

#d0cbac hex color red value is 208, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d0cbac hue: 0.14 , saturation: 0.28 and the lightness value of d0cbac is 0.75.

The process color (four color CMYK) of #d0cbac color hex is 0.00, 0.02, 0.17, 0.18. Web safe color of #d0cbac is #cccc99. Color #d0cbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001011 10101100
Octal 320 313 254
Decimal 208 203 172
Hex D0 CB AC

RGB Percentages of Color #d0cbac

%35.68
%34.82
%29.50

CMYK Percentages of Color #d0cbac

%0
%2
%17
%18

Triadic Colors of #d0cbac

#d0cbac #acd0cb #cbacd0

Analogous Colors of #d0cbac

#d0cbac #c3d0ac #d0b9ac

Monochromatic Colors of #d0cbac

#d0cbac

Complementary Color

#d0cbac #acb1d0

#d0cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cbac Color CSS Codes

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

#d0cbac Text Font Color

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

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


#d0cbac Background Color

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

This div background color is #d0cbac


#d0cbac Border Color

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

This div border color is #d0cbac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,203,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0cbac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0cbac;
  -webkit-box-shadow: 1px 1px 3px 2px #d0cbac;
  box-shadow:         1px 1px 3px 2px #d0cbac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,203,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cbac


Comments

No comments written yet.

Please login to write comment.