Color Hex Logo

#d5cdbd Color Hex

#D5CDBD
(213,205,189)
0 Favorites   0 Comments

Color spaces of #d5cdbd

RGB 213205189
HSL0.110.220.79
HSV40°11°84°
CMYK 0.000.040.11   0.16
XYZ58.457261.482956.9305
Yxy61.48290.33050.3476
Hunter Lab78.4110-4.143511.8401
CIE-Lab82.63770.04748.9417

#d5cdbd color RGB value is (213,205,189).

#d5cdbd hex color red value is 213, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d5cdbd hue: 0.11 , saturation: 0.22 and the lightness value of d5cdbd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001101 10111101
Octal 325 315 275
Decimal 213 205 189
Hex D5 CD BD

RGB Percentages of Color #d5cdbd

%35.09
%33.77
%31.14

CMYK Percentages of Color #d5cdbd

%0
%4
%11
%16

Triadic Colors of #d5cdbd

#d5cdbd #bdd5cd #cdbdd5

Analogous Colors of #d5cdbd

#d5cdbd #d1d5bd #d5c1bd

Monochromatic Colors of #d5cdbd

#d5cdbd

Complementary Color

#d5cdbd #bdc5d5

#d5cdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cdbd Color CSS Codes

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

#d5cdbd Text Font Color

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

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


#d5cdbd Background Color

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

This div background color is #d5cdbd


#d5cdbd Border Color

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

This div border color is #d5cdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cdbd


Comments

No comments written yet.

Please login to write comment.