Color Hex Logo

#dfdfee Color Hex

#DFDFEE
(223,223,238)
2 Favorites   0 Comments

Color spaces of #dfdfee

RGB 223223238
HSL0.670.310.90
HSV240°93°
CMYK 0.060.060.00   0.07
XYZ72.251774.636491.4871
Yxy74.63640.30310.3131
Hunter Lab86.3924-1.9034-2.3118
CIE-Lab89.22242.7791-7.3073

#dfdfee color RGB value is (223,223,238).

#dfdfee hex color red value is 223, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfdfee hue: 0.67 , saturation: 0.31 and the lightness value of dfdfee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 11101110
Octal 337 337 356
Decimal 223 223 238
Hex DF DF EE

RGB Percentages of Color #dfdfee

%32.60
%32.60
%34.80

CMYK Percentages of Color #dfdfee

%6
%6
%0
%7

Triadic Colors of #dfdfee

#dfdfee #eedfdf #dfeedf

Analogous Colors of #dfdfee

#dfdfee #e7dfee #dfe7ee

Monochromatic Colors of #dfdfee

#dfdfee

Complementary Color

#dfdfee #eeeedf

#dfdfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdfee Color CSS Codes

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

#dfdfee Text Font Color

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

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


#dfdfee Background Color

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

This div background color is #dfdfee


#dfdfee Border Color

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

This div border color is #dfdfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdfee


Comments

No comments written yet.

Please login to write comment.