Color Hex Logo

#dfbefc Color Hex

#DFBEFC
(223,190,252)
0 Favorites   0 Comments

Color spaces of #dfbefc

RGB 223190252
HSL0.760.910.87
HSV272°25°99°
CMYK 0.120.250.00   0.01
XYZ66.415659.5432100.0880
Yxy59.54320.29380.2634
Hunter Lab77.164218.5983-22.8888
CIE-Lab81.589323.0476-26.2058

#dfbefc color RGB value is (223,190,252).

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

The process color (four color CMYK) of #dfbefc color hex is 0.12, 0.25, 0.00, 0.01. Web safe color of #dfbefc is #ccccff. Color #dfbefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11111100
Octal 337 276 374
Decimal 223 190 252
Hex DF BE FC

RGB Percentages of Color #dfbefc

%33.53
%28.57
%37.89

CMYK Percentages of Color #dfbefc

%12
%25
%0
%1

Triadic Colors of #dfbefc

#dfbefc #fcdfbe #befcdf

Analogous Colors of #dfbefc

#dfbefc #fcbefa #c0befc

Monochromatic Colors of #dfbefc

#dfbefc

Complementary Color

#dfbefc #dbfcbe

#dfbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbefc Color CSS Codes

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

#dfbefc Text Font Color

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

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


#dfbefc Background Color

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

This div background color is #dfbefc


#dfbefc Border Color

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

This div border color is #dfbefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbefc


Comments

No comments written yet.

Please login to write comment.