Color Hex Logo

#dffcff Color Hex

#DFFCFF
(223,252,255)
0 Favorites   0 Comments

Color spaces of #dffcff

RGB 223252255
HSL0.521.000.94
HSV186°13°100°
CMYK 0.130.010.00   0.00
XYZ83.291892.5288108.0776
Yxy92.52880.29340.3259
Hunter Lab96.1919-13.77410.7183
CIE-Lab97.0360-8.7508-4.6159

#dffcff color RGB value is (223,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11111111
Octal 337 374 377
Decimal 223 252 255
Hex DF FC FF

RGB Percentages of Color #dffcff

%30.55
%34.52
%34.93

CMYK Percentages of Color #dffcff

%13
%1
%0
%0

Triadic Colors of #dffcff

#dffcff #ffdffc #fcffdf

Analogous Colors of #dffcff

#dffcff #dfecff #dffff2

Monochromatic Colors of #dffcff

#dffcff

Complementary Color

#dffcff #ffe2df

#dffcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcff Color CSS Codes

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

#dffcff Text Font Color

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

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


#dffcff Background Color

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

This div background color is #dffcff


#dffcff Border Color

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

This div border color is #dffcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcff

Related Colors

#dffcff Color Palettes


Comments

No comments written yet.

Please login to write comment.