Color Hex Logo

#dfcefa Color Hex

#DFCEFA
(223,206,250)
0 Favorites   0 Comments

Color spaces of #dfcefa

RGB 223206250
HSL0.730.810.89
HSV263°18°98°
CMYK 0.110.180.00   0.02
XYZ69.758166.732799.6465
Yxy66.73270.29540.2826
Hunter Lab81.69019.4699-15.1396
CIE-Lab85.368814.0783-19.4030

#dfcefa color RGB value is (223,206,250).

#dfcefa hex color red value is 223, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfcefa hue: 0.73 , saturation: 0.81 and the lightness value of dfcefa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11111010
Octal 337 316 372
Decimal 223 206 250
Hex DF CE FA

RGB Percentages of Color #dfcefa

%32.84
%30.34
%36.82

CMYK Percentages of Color #dfcefa

%11
%18
%0
%2

Triadic Colors of #dfcefa

#dfcefa #fadfce #cefadf

Analogous Colors of #dfcefa

#dfcefa #f5cefa #ced3fa

Monochromatic Colors of #dfcefa

#dfcefa

Complementary Color

#dfcefa #e9face

#dfcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcefa Color CSS Codes

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

#dfcefa Text Font Color

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

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


#dfcefa Background Color

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

This div background color is #dfcefa


#dfcefa Border Color

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

This div border color is #dfcefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcefa

Related Colors


Comments

No comments written yet.

Please login to write comment.