Color Hex Logo

#dfbece Color Hex

#DFBECE
(223,190,206)
0 Favorites   0 Comments

Color spaces of #dfbece

RGB 223190206
HSL0.920.340.81
HSV331°15°87°
CMYK 0.000.150.08   0.13
XYZ59.985556.971166.2275
Yxy56.97110.32750.3110
Hunter Lab75.47929.77050.8128
CIE-Lab80.163314.3863-3.6568

#dfbece color RGB value is (223,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11001110
Octal 337 276 316
Decimal 223 190 206
Hex DF BE CE

RGB Percentages of Color #dfbece

%36.03
%30.69
%33.28

CMYK Percentages of Color #dfbece

%0
%15
%8
%13

Triadic Colors of #dfbece

#dfbece #cedfbe #becedf

Analogous Colors of #dfbece

#dfbece #dfbfbe #dfbedf

Monochromatic Colors of #dfbece

#dfbece

Complementary Color

#dfbece #bedfcf

#dfbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbece Color CSS Codes

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

#dfbece Text Font Color

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

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


#dfbece Background Color

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

This div background color is #dfbece


#dfbece Border Color

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

This div border color is #dfbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbece


Comments

No comments written yet.

Please login to write comment.