Color Hex Logo

#dff7ff Color Hex

#DFF7FF
(223,247,255)
0 Favorites   0 Comments

Color spaces of #dff7ff

RGB 223247255
HSL0.541.000.94
HSV195°13°100°
CMYK 0.130.030.00   0.00
XYZ81.742289.4295107.5611
Yxy89.42950.29330.3208
Hunter Lab94.5672-11.2003-1.2397
CIE-Lab95.7596-6.2348-6.4983

#dff7ff color RGB value is (223,247,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110111 11111111
Octal 337 367 377
Decimal 223 247 255
Hex DF F7 FF

RGB Percentages of Color #dff7ff

%30.76
%34.07
%35.17

CMYK Percentages of Color #dff7ff

%13
%3
%0
%0

Triadic Colors of #dff7ff

#dff7ff #ffdff7 #f7ffdf

Analogous Colors of #dff7ff

#dff7ff #dfe7ff #dffff7

Monochromatic Colors of #dff7ff

#dff7ff

Complementary Color

#dff7ff #ffe7df

#dff7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff7ff Color CSS Codes

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

#dff7ff Text Font Color

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

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


#dff7ff Background Color

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

This div background color is #dff7ff


#dff7ff Border Color

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

This div border color is #dff7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff7ff

Related Colors

#dff7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.