Color Hex Logo

#dfbcbc Color Hex

#DFBCBC
(223,188,188)
0 Favorites   0 Comments

Color spaces of #dfbcbc

RGB 223188188
HSL0.000.350.81
HSV16°87°
CMYK 0.000.160.16   0.13
XYZ57.491755.285355.2179
Yxy55.28530.34220.3291
Hunter Lab74.35417.89928.0171
CIE-Lab79.205312.48804.6559

#dfbcbc color RGB value is (223,188,188).

#dfbcbc hex color red value is 223, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dfbcbc hue: 0.00 , saturation: 0.35 and the lightness value of dfbcbc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 10111100
Octal 337 274 274
Decimal 223 188 188
Hex DF BC BC

RGB Percentages of Color #dfbcbc

%37.23
%31.39
%31.39

CMYK Percentages of Color #dfbcbc

%0
%16
%16
%13

Triadic Colors of #dfbcbc

#dfbcbc #bcdfbc #bcbcdf

Analogous Colors of #dfbcbc

#dfbcbc #dfcebc #dfbcce

Monochromatic Colors of #dfbcbc

#dfbcbc

Complementary Color

#dfbcbc #bcdfdf

#dfbcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcbc Color CSS Codes

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

#dfbcbc Text Font Color

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

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


#dfbcbc Background Color

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

This div background color is #dfbcbc


#dfbcbc Border Color

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

This div border color is #dfbcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcbc


Comments

No comments written yet.

Please login to write comment.