Color Hex Logo

#d8bfbc Color Hex

#D8BFBC
(216,191,188)
0 Favorites   0 Comments

Color spaces of #d8bfbc

RGB 216191188
HSL0.020.260.79
HSV13°85°
CMYK 0.000.120.13   0.15
XYZ56.026855.491455.3349
Yxy55.49140.33580.3326
Hunter Lab74.49253.89028.1027
CIE-Lab79.32358.35634.7471

#d8bfbc color RGB value is (216,191,188).

#d8bfbc hex color red value is 216, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d8bfbc hue: 0.02 , saturation: 0.26 and the lightness value of d8bfbc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111111 10111100
Octal 330 277 274
Decimal 216 191 188
Hex D8 BF BC

RGB Percentages of Color #d8bfbc

%36.30
%32.10
%31.60

CMYK Percentages of Color #d8bfbc

%0
%12
%13
%15

Triadic Colors of #d8bfbc

#d8bfbc #bcd8bf #bfbcd8

Analogous Colors of #d8bfbc

#d8bfbc #d8cdbc #d8bcc7

Monochromatic Colors of #d8bfbc

#d8bfbc

Complementary Color

#d8bfbc #bcd5d8

#d8bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bfbc Color CSS Codes

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

#d8bfbc Text Font Color

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

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


#d8bfbc Background Color

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

This div background color is #d8bfbc


#d8bfbc Border Color

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

This div border color is #d8bfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,191,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bfbc


Comments

No comments written yet.

Please login to write comment.