Color Hex Logo

#d6bcbd Color Hex

#D6BCBD
(214,188,189)
0 Favorites   0 Comments

Color spaces of #d6bcbd

RGB 214188189
HSL0.990.240.79
HSV358°12°84°
CMYK 0.000.120.12   0.16
XYZ54.900153.936755.6614
Yxy53.93670.33370.3279
Hunter Lab73.44164.91206.4732
CIE-Lab78.42489.40052.8844

#d6bcbd color RGB value is (214,188,189).

#d6bcbd hex color red value is 214, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d6bcbd hue: 0.99 , saturation: 0.24 and the lightness value of d6bcbd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111100 10111101
Octal 326 274 275
Decimal 214 188 189
Hex D6 BC BD

RGB Percentages of Color #d6bcbd

%36.21
%31.81
%31.98

CMYK Percentages of Color #d6bcbd

%0
%12
%12
%16

Triadic Colors of #d6bcbd

#d6bcbd #bdd6bc #bcbdd6

Analogous Colors of #d6bcbd

#d6bcbd #d6c8bc #d6bcca

Monochromatic Colors of #d6bcbd

#d6bcbd

Complementary Color

#d6bcbd #bcd6d5

#d6bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bcbd Color CSS Codes

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

#d6bcbd Text Font Color

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

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


#d6bcbd Background Color

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

This div background color is #d6bcbd


#d6bcbd Border Color

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

This div border color is #d6bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bcbd


Comments

No comments written yet.

Please login to write comment.