Color Hex Logo

#dfbdbc Color Hex

#DFBDBC
(223,189,188)
0 Favorites   0 Comments

Color spaces of #dfbdbc

RGB 223189188
HSL0.000.350.81
HSV16°87°
CMYK 0.000.150.16   0.13
XYZ57.706155.714055.2894
Yxy55.71400.34200.3302
Hunter Lab74.64187.37648.3314
CIE-Lab79.450811.95505.0103

#dfbdbc color RGB value is (223,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10111100
Octal 337 275 274
Decimal 223 189 188
Hex DF BD BC

RGB Percentages of Color #dfbdbc

%37.17
%31.50
%31.33

CMYK Percentages of Color #dfbdbc

%0
%15
%16
%13

Triadic Colors of #dfbdbc

#dfbdbc #bcdfbd #bdbcdf

Analogous Colors of #dfbdbc

#dfbdbc #dfcfbc #dfbccd

Monochromatic Colors of #dfbdbc

#dfbdbc

Complementary Color

#dfbdbc #bcdedf

#dfbdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdbc Color CSS Codes

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

#dfbdbc Text Font Color

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

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


#dfbdbc Background Color

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

This div background color is #dfbdbc


#dfbdbc Border Color

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

This div border color is #dfbdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdbc


Comments

No comments written yet.

Please login to write comment.