Color Hex Logo

#d5cbac Color Hex

#D5CBAC
(213,203,172)
0 Favorites   0 Comments

Color spaces of #d5cbac

RGB 213203172
HSL0.130.330.75
HSV45°19°84°
CMYK 0.000.050.19   0.16
XYZ56.242959.836647.6150
Yxy59.83660.34360.3655
Hunter Lab77.3541-5.585317.6522
CIE-Lab81.7493-1.561516.7265

#d5cbac color RGB value is (213,203,172).

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

The process color (four color CMYK) of #d5cbac color hex is 0.00, 0.05, 0.19, 0.16. Web safe color of #d5cbac is #cccc99. Color #d5cbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001011 10101100
Octal 325 313 254
Decimal 213 203 172
Hex D5 CB AC

RGB Percentages of Color #d5cbac

%36.22
%34.52
%29.25

CMYK Percentages of Color #d5cbac

%0
%5
%19
%16

Triadic Colors of #d5cbac

#d5cbac #acd5cb #cbacd5

Analogous Colors of #d5cbac

#d5cbac #cbd5ac #d5b7ac

Monochromatic Colors of #d5cbac

#d5cbac

Complementary Color

#d5cbac #acb6d5

#d5cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cbac Color CSS Codes

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

#d5cbac Text Font Color

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

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


#d5cbac Background Color

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

This div background color is #d5cbac


#d5cbac Border Color

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

This div border color is #d5cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cbac


Comments

No comments written yet.

Please login to write comment.