Color Hex Logo

#d1bcbc Color Hex

#D1BCBC
(209,188,188)
0 Favorites   0 Comments

Color spaces of #d1bcbc

RGB 209188188
HSL0.000.190.78
HSV10°82°
CMYK 0.000.100.10   0.18
XYZ53.354853.152655.0243
Yxy53.15260.33030.3291
Hunter Lab72.90583.04686.2861
CIE-Lab77.96507.43832.7041

#d1bcbc color RGB value is (209,188,188).

#d1bcbc hex color red value is 209, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d1bcbc hue: 0.00 , saturation: 0.19 and the lightness value of d1bcbc is 0.78.

The process color (four color CMYK) of #d1bcbc color hex is 0.00, 0.10, 0.10, 0.18. Web safe color of #d1bcbc is #cccccc. Color #d1bcbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111100 10111100
Octal 321 274 274
Decimal 209 188 188
Hex D1 BC BC

RGB Percentages of Color #d1bcbc

%35.73
%32.14
%32.14

CMYK Percentages of Color #d1bcbc

%0
%10
%10
%18

Triadic Colors of #d1bcbc

#d1bcbc #bcd1bc #bcbcd1

Analogous Colors of #d1bcbc

#d1bcbc #d1c7bc #d1bcc7

Monochromatic Colors of #d1bcbc

#d1bcbc

Complementary Color

#d1bcbc #bcd1d1

#d1bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bcbc Color CSS Codes

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

#d1bcbc Text Font Color

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

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


#d1bcbc Background Color

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

This div background color is #d1bcbc


#d1bcbc Border Color

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

This div border color is #d1bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bcbc

#d1bcbc Color Palettes


Comments

No comments written yet.

Please login to write comment.