Color Hex Logo

#dfbce2 Color Hex

#DFBCE2
(223,188,226)
0 Favorites   0 Comments

Color spaces of #dfbce2

RGB 223188226
HSL0.820.400.81
HSV295°17°89°
CMYK 0.010.170.00   0.11
XYZ62.142157.145479.7064
Yxy57.14540.31230.2872
Hunter Lab75.594614.4444-9.5988
CIE-Lab80.261319.0434-14.2819

#dfbce2 color RGB value is (223,188,226).

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

The process color (four color CMYK) of #dfbce2 color hex is 0.01, 0.17, 0.00, 0.11. Web safe color of #dfbce2 is #cccccc. Color #dfbce2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11100010
Octal 337 274 342
Decimal 223 188 226
Hex DF BC E2

RGB Percentages of Color #dfbce2

%35.01
%29.51
%35.48

CMYK Percentages of Color #dfbce2

%1
%17
%0
%11

Triadic Colors of #dfbce2

#dfbce2 #e2dfbc #bce2df

Analogous Colors of #dfbce2

#dfbce2 #e2bcd2 #ccbce2

Monochromatic Colors of #dfbce2

#dfbce2

Complementary Color

#dfbce2 #bfe2bc

#dfbce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbce2 Color CSS Codes

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

#dfbce2 Text Font Color

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

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


#dfbce2 Background Color

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

This div background color is #dfbce2


#dfbce2 Border Color

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

This div border color is #dfbce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbce2


Comments

No comments written yet.

Please login to write comment.