Color Hex Logo

#dffaff Color Hex

#DFFAFF
(223,250,255)
0 Favorites   0 Comments

Color spaces of #dffaff

RGB 223250255
HSL0.531.000.94
HSV189°13°100°
CMYK 0.130.020.00   0.00
XYZ82.667091.2792107.8694
Yxy91.27920.29330.3239
Hunter Lab95.5401-12.7465-0.0631
CIE-Lab96.5249-7.7469-5.3690

#dffaff color RGB value is (223,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11111111
Octal 337 372 377
Decimal 223 250 255
Hex DF FA FF

RGB Percentages of Color #dffaff

%30.63
%34.34
%35.03

CMYK Percentages of Color #dffaff

%13
%2
%0
%0

Triadic Colors of #dffaff

#dffaff #ffdffa #faffdf

Analogous Colors of #dffaff

#dffaff #dfeaff #dffff4

Monochromatic Colors of #dffaff

#dffaff

Complementary Color

#dffaff #ffe4df

#dffaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffaff Color CSS Codes

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

#dffaff Text Font Color

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

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


#dffaff Background Color

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

This div background color is #dffaff


#dffaff Border Color

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

This div border color is #dffaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffaff

Related Colors

#dffaff Color Palettes


Comments

No comments written yet.

Please login to write comment.