Color Hex Logo

#d6cdbb Color Hex

#D6CDBB
(214,205,187)
0 Favorites   0 Comments

Color spaces of #d6cdbb

RGB 214205187
HSL0.110.250.79
HSV40°13°84°
CMYK 0.000.040.13   0.16
XYZ58.532561.546655.8084
Yxy61.54660.33280.3499
Hunter Lab78.4516-4.112112.7388
CIE-Lab82.67170.083110.0660

#d6cdbb color RGB value is (214,205,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001101 10111011
Octal 326 315 273
Decimal 214 205 187
Hex D6 CD BB

RGB Percentages of Color #d6cdbb

%35.31
%33.83
%30.86

CMYK Percentages of Color #d6cdbb

%0
%4
%13
%16

Triadic Colors of #d6cdbb

#d6cdbb #bbd6cd #cdbbd6

Analogous Colors of #d6cdbb

#d6cdbb #d2d6bb #d6c0bb

Monochromatic Colors of #d6cdbb

#d6cdbb

Complementary Color

#d6cdbb #bbc4d6

#d6cdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cdbb Color CSS Codes

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

#d6cdbb Text Font Color

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

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


#d6cdbb Background Color

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

This div background color is #d6cdbb


#d6cdbb Border Color

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

This div border color is #d6cdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cdbb


Comments

No comments written yet.

Please login to write comment.