Color Hex Logo

#dfbecf Color Hex

#DFBECF
(223,190,207)
0 Favorites   0 Comments

Color spaces of #dfbecf

RGB 223190207
HSL0.910.340.81
HSV329°15°87°
CMYK 0.000.150.07   0.13
XYZ60.107457.019966.8694
Yxy57.01990.32670.3099
Hunter Lab75.51159.94140.3537
CIE-Lab80.190814.5583-4.1552

#dfbecf color RGB value is (223,190,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11001111
Octal 337 276 317
Decimal 223 190 207
Hex DF BE CF

RGB Percentages of Color #dfbecf

%35.97
%30.65
%33.39

CMYK Percentages of Color #dfbecf

%0
%15
%7
%13

Triadic Colors of #dfbecf

#dfbecf #cfdfbe #becfdf

Analogous Colors of #dfbecf

#dfbecf #dfbebf #dfbedf

Monochromatic Colors of #dfbecf

#dfbecf

Complementary Color

#dfbecf #bedfce

#dfbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbecf Color CSS Codes

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

#dfbecf Text Font Color

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

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


#dfbecf Background Color

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

This div background color is #dfbecf


#dfbecf Border Color

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

This div border color is #dfbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbecf


Comments

No comments written yet.

Please login to write comment.