Color Hex Logo

#dfeeff Color Hex

#DFEEFF
(223,238,255)
0 Favorites   0 Comments

Color spaces of #dfeeff

RGB 223238255
HSL0.591.000.94
HSV212°13°100°
CMYK 0.130.070.00   0.00
XYZ79.056084.0570106.6657
Yxy84.05700.29300.3116
Hunter Lab91.6826-6.5277-4.8016
CIE-Lab93.4753-1.6549-9.8826

#dfeeff color RGB value is (223,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11111111
Octal 337 356 377
Decimal 223 238 255
Hex DF EE FF

RGB Percentages of Color #dfeeff

%31.15
%33.24
%35.61

CMYK Percentages of Color #dfeeff

%13
%7
%0
%0

Triadic Colors of #dfeeff

#dfeeff #ffdfee #eeffdf

Analogous Colors of #dfeeff

#dfeeff #e0dfff #dffeff

Monochromatic Colors of #dfeeff

#dfeeff

Complementary Color

#dfeeff #fff0df

#dfeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeeff Color CSS Codes

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

#dfeeff Text Font Color

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

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


#dfeeff Background Color

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

This div background color is #dfeeff


#dfeeff Border Color

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

This div border color is #dfeeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,238,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 #dfeeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeeff

Related Colors

#dfeeff Color Palettes


Comments

No comments written yet.

Please login to write comment.