Color Hex Logo

#dfcafb Color Hex

#DFCAFB
(223,202,251)
0 Favorites   0 Comments

Color spaces of #dfcafb

RGB 223202251
HSL0.740.860.89
HSV266°20°98°
CMYK 0.110.200.00   0.02
XYZ68.964564.8941100.1578
Yxy64.89410.29470.2773
Hunter Lab80.556911.8388-17.3265
CIE-Lab84.429116.4116-21.3547

#dfcafb color RGB value is (223,202,251).

#dfcafb hex color red value is 223, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dfcafb hue: 0.74 , saturation: 0.86 and the lightness value of dfcafb is 0.89.

The process color (four color CMYK) of #dfcafb color hex is 0.11, 0.20, 0.00, 0.02. Web safe color of #dfcafb is #ccccff. Color #dfcafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11111011
Octal 337 312 373
Decimal 223 202 251
Hex DF CA FB

RGB Percentages of Color #dfcafb

%32.99
%29.88
%37.13

CMYK Percentages of Color #dfcafb

%11
%20
%0
%2

Triadic Colors of #dfcafb

#dfcafb #fbdfca #cafbdf

Analogous Colors of #dfcafb

#dfcafb #f8cafb #cacefb

Monochromatic Colors of #dfcafb

#dfcafb

Complementary Color

#dfcafb #e6fbca

#dfcafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcafb Color CSS Codes

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

#dfcafb Text Font Color

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

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


#dfcafb Background Color

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

This div background color is #dfcafb


#dfcafb Border Color

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

This div border color is #dfcafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcafb


Comments

No comments written yet.

Please login to write comment.