Color Hex Logo

#dfeefd Color Hex

#DFEEFD
(223,238,253)
0 Favorites   0 Comments

Color spaces of #dfeefd

RGB 223238253
HSL0.580.880.93
HSV210°12°99°
CMYK 0.120.060.00   0.01
XYZ78.735683.9289104.9786
Yxy83.92890.29420.3136
Hunter Lab91.6127-6.9123-3.8112
CIE-Lab93.4196-2.0512-8.9258

#dfeefd color RGB value is (223,238,253).

#dfeefd hex color red value is 223, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dfeefd hue: 0.58 , saturation: 0.88 and the lightness value of dfeefd is 0.93.

The process color (four color CMYK) of #dfeefd color hex is 0.12, 0.06, 0.00, 0.01. Web safe color of #dfeefd is #ccffff. Color #dfeefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11111101
Octal 337 356 375
Decimal 223 238 253
Hex DF EE FD

RGB Percentages of Color #dfeefd

%31.23
%33.33
%35.43

CMYK Percentages of Color #dfeefd

%12
%6
%0
%1

Triadic Colors of #dfeefd

#dfeefd #fddfee #eefddf

Analogous Colors of #dfeefd

#dfeefd #dfdffd #dffdfd

Monochromatic Colors of #dfeefd

#dfeefd

Complementary Color

#dfeefd #fdeedf

#dfeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeefd Color CSS Codes

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

#dfeefd Text Font Color

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

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


#dfeefd Background Color

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

This div background color is #dfeefd


#dfeefd Border Color

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

This div border color is #dfeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeefd

Related Colors


Comments

No comments written yet.

Please login to write comment.