Color Hex Logo

#d5cdb0 Color Hex

#D5CDB0
(213,205,176)
0 Favorites   0 Comments

Color spaces of #d5cdb0

RGB 213205176
HSL0.130.310.76
HSV47°17°84°
CMYK 0.000.040.17   0.16
XYZ57.108460.943449.8276
Yxy60.94340.34020.3630
Hunter Lab78.0663-6.036516.8032
CIE-Lab82.3483-2.001215.4433

#d5cdb0 color RGB value is (213,205,176).

#d5cdb0 hex color red value is 213, green value is 205 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #d5cdb0 hue: 0.13 , saturation: 0.31 and the lightness value of d5cdb0 is 0.76.

The process color (four color CMYK) of #d5cdb0 color hex is 0.00, 0.04, 0.17, 0.16. Web safe color of #d5cdb0 is #cccc99. Color #d5cdb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001101 10110000
Octal 325 315 260
Decimal 213 205 176
Hex D5 CD B0

RGB Percentages of Color #d5cdb0

%35.86
%34.51
%29.63

CMYK Percentages of Color #d5cdb0

%0
%4
%17
%16

Triadic Colors of #d5cdb0

#d5cdb0 #b0d5cd #cdb0d5

Analogous Colors of #d5cdb0

#d5cdb0 #cbd5b0 #d5bbb0

Monochromatic Colors of #d5cdb0

#d5cdb0

Complementary Color

#d5cdb0 #b0b8d5

#d5cdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cdb0 Color CSS Codes

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

#d5cdb0 Text Font Color

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

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


#d5cdb0 Background Color

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

This div background color is #d5cdb0


#d5cdb0 Border Color

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

This div border color is #d5cdb0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,205,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cdb0

#d5cdb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.