Color Hex Logo

#dfcef0 Color Hex

#DFCEF0
(223,206,240)
0 Favorites   0 Comments

Color spaces of #dfcef0

RGB 223206240
HSL0.750.530.87
HSV270°14°94°
CMYK 0.070.140.00   0.06
XYZ68.230966.121991.6047
Yxy66.12190.30200.2926
Hunter Lab81.31547.4756-9.8716
CIE-Lab85.058612.0998-14.5671

#dfcef0 color RGB value is (223,206,240).

#dfcef0 hex color red value is 223, green value is 206 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dfcef0 hue: 0.75 , saturation: 0.53 and the lightness value of dfcef0 is 0.87.

The process color (four color CMYK) of #dfcef0 color hex is 0.07, 0.14, 0.00, 0.06. Web safe color of #dfcef0 is #ccccff. Color #dfcef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11110000
Octal 337 316 360
Decimal 223 206 240
Hex DF CE F0

RGB Percentages of Color #dfcef0

%33.33
%30.79
%35.87

CMYK Percentages of Color #dfcef0

%7
%14
%0
%6

Triadic Colors of #dfcef0

#dfcef0 #f0dfce #cef0df

Analogous Colors of #dfcef0

#dfcef0 #f0cef0 #cecef0

Monochromatic Colors of #dfcef0

#dfcef0

Complementary Color

#dfcef0 #dff0ce

#dfcef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcef0 Color CSS Codes

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

#dfcef0 Text Font Color

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

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


#dfcef0 Background Color

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

This div background color is #dfcef0


#dfcef0 Border Color

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

This div border color is #dfcef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcef0


Comments

No comments written yet.

Please login to write comment.