Color Hex Logo

#dfefff Color Hex

#DFEFFF
(223,239,255)
0 Favorites   0 Comments

Color spaces of #dfefff

RGB 223239255
HSL0.581.000.94
HSV210°13°100°
CMYK 0.130.060.00   0.00
XYZ79.347984.6410106.7630
Yxy84.64100.29310.3126
Hunter Lab92.0005-7.0497-4.4033
CIE-Lab93.7282-2.1672-9.5069

#dfefff color RGB value is (223,239,255).

#dfefff hex color red value is 223, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dfefff hue: 0.58 , saturation: 1.00 and the lightness value of dfefff is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11111111
Octal 337 357 377
Decimal 223 239 255
Hex DF EF FF

RGB Percentages of Color #dfefff

%31.10
%33.33
%35.56

CMYK Percentages of Color #dfefff

%13
%6
%0
%0

Triadic Colors of #dfefff

#dfefff #ffdfef #efffdf

Analogous Colors of #dfefff

#dfefff #dfdfff #dfffff

Monochromatic Colors of #dfefff

#dfefff

Complementary Color

#dfefff #ffefdf

#dfefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefff Color CSS Codes

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

#dfefff Text Font Color

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

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


#dfefff Background Color

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

This div background color is #dfefff


#dfefff Border Color

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

This div border color is #dfefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefff


Comments

No comments written yet.

Please login to write comment.