Color Hex Logo

#dfceef Color Hex

#DFCEEF
(223,206,239)
0 Favorites   0 Comments

Color spaces of #dfceef

RGB 223206239
HSL0.750.510.87
HSV271°14°94°
CMYK 0.070.140.00   0.06
XYZ68.082766.062690.8244
Yxy66.06260.30260.2937
Hunter Lab81.27897.2812-9.3579
CIE-Lab85.028311.9057-14.0816

#dfceef color RGB value is (223,206,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11101111
Octal 337 316 357
Decimal 223 206 239
Hex DF CE EF

RGB Percentages of Color #dfceef

%33.38
%30.84
%35.78

CMYK Percentages of Color #dfceef

%7
%14
%0
%6

Triadic Colors of #dfceef

#dfceef #efdfce #ceefdf

Analogous Colors of #dfceef

#dfceef #efceef #cfceef

Monochromatic Colors of #dfceef

#dfceef

Complementary Color

#dfceef #deefce

#dfceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfceef Color CSS Codes

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

#dfceef Text Font Color

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

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


#dfceef Background Color

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

This div background color is #dfceef


#dfceef Border Color

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

This div border color is #dfceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfceef


Comments

No comments written yet.

Please login to write comment.