Color Hex Logo

#dfbce0 Color Hex

#DFBCE0
(223,188,224)
0 Favorites   0 Comments

Color spaces of #dfbce0

RGB 223188224
HSL0.830.370.81
HSV298°16°88°
CMYK 0.000.160.00   0.12
XYZ61.869257.036278.2692
Yxy57.03620.31380.2893
Hunter Lab75.522314.0663-8.5809
CIE-Lab80.200018.6717-13.2977

#dfbce0 color RGB value is (223,188,224).

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

The process color (four color CMYK) of #dfbce0 color hex is 0.00, 0.16, 0.00, 0.12. Web safe color of #dfbce0 is #cccccc. Color #dfbce0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11100000
Octal 337 274 340
Decimal 223 188 224
Hex DF BC E0

RGB Percentages of Color #dfbce0

%35.12
%29.61
%35.28

CMYK Percentages of Color #dfbce0

%0
%16
%0
%12

Triadic Colors of #dfbce0

#dfbce0 #e0dfbc #bce0df

Analogous Colors of #dfbce0

#dfbce0 #e0bccf #cdbce0

Monochromatic Colors of #dfbce0

#dfbce0

Complementary Color

#dfbce0 #bde0bc

#dfbce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbce0 Color CSS Codes

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

#dfbce0 Text Font Color

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

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


#dfbce0 Background Color

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

This div background color is #dfbce0


#dfbce0 Border Color

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

This div border color is #dfbce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbce0


Comments

No comments written yet.

Please login to write comment.