Color Hex Logo

#dfeefc Color Hex

#DFEEFC
(223,238,252)
1 Favorites   0 Comments

Color spaces of #dfeefc

RGB 223238252
HSL0.580.830.93
HSV209°12°99°
CMYK 0.120.060.00   0.01
XYZ78.576683.8653104.1417
Yxy83.86530.29480.3146
Hunter Lab91.5780-7.1033-3.3195
CIE-Lab93.3920-2.2484-8.4470

#dfeefc color RGB value is (223,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11111100
Octal 337 356 374
Decimal 223 238 252
Hex DF EE FC

RGB Percentages of Color #dfeefc

%31.28
%33.38
%35.34

CMYK Percentages of Color #dfeefc

%12
%6
%0
%1

Triadic Colors of #dfeefc

#dfeefc #fcdfee #eefcdf

Analogous Colors of #dfeefc

#dfeefc #dfe0fc #dffcfc

Monochromatic Colors of #dfeefc

#dfeefc

Complementary Color

#dfeefc #fceddf

#dfeefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeefc Color CSS Codes

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

#dfeefc Text Font Color

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

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


#dfeefc Background Color

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

This div background color is #dfeefc


#dfeefc Border Color

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

This div border color is #dfeefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeefc

Related Colors

#dfeefc Color Palettes


Comments

No comments written yet.

Please login to write comment.