Color Hex Logo

#dfbcbe Color Hex

#DFBCBE
(223,188,190)
0 Favorites   0 Comments

Color spaces of #dfbcbe

RGB 223188190
HSL0.990.350.81
HSV357°16°87°
CMYK 0.000.160.15   0.13
XYZ57.708955.372156.3615
Yxy55.37210.34060.3268
Hunter Lab74.41248.20997.1812
CIE-Lab79.255112.80523.6483

#dfbcbe color RGB value is (223,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 10111110
Octal 337 274 276
Decimal 223 188 190
Hex DF BC BE

RGB Percentages of Color #dfbcbe

%37.10
%31.28
%31.61

CMYK Percentages of Color #dfbcbe

%0
%16
%15
%13

Triadic Colors of #dfbcbe

#dfbcbe #bedfbc #bcbedf

Analogous Colors of #dfbcbe

#dfbcbe #dfccbc #dfbcd0

Monochromatic Colors of #dfbcbe

#dfbcbe

Complementary Color

#dfbcbe #bcdfdd

#dfbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcbe Color CSS Codes

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

#dfbcbe Text Font Color

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

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


#dfbcbe Background Color

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

This div background color is #dfbcbe


#dfbcbe Border Color

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

This div border color is #dfbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcbe


Comments

No comments written yet.

Please login to write comment.