Color Hex Logo

#dcf1ff Color Hex

#DCF1FF
(220,241,255)
0 Favorites   0 Comments

Color spaces of #dcf1ff

RGB 220241255
HSL0.571.000.93
HSV204°14°100°
CMYK 0.140.050.00   0.00
XYZ79.020585.3462106.9164
Yxy85.34620.29130.3146
Hunter Lab92.3830-8.9889-3.9492
CIE-Lab94.0321-4.1255-9.0781

#dcf1ff color RGB value is (220,241,255).

#dcf1ff hex color red value is 220, green value is 241 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dcf1ff hue: 0.57 , saturation: 1.00 and the lightness value of dcf1ff is 0.93.

The process color (four color CMYK) of #dcf1ff color hex is 0.14, 0.05, 0.00, 0.00. Web safe color of #dcf1ff is #ccffff. Color #dcf1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 11111111
Octal 334 361 377
Decimal 220 241 255
Hex DC F1 FF

RGB Percentages of Color #dcf1ff

%30.73
%33.66
%35.61

CMYK Percentages of Color #dcf1ff

%14
%5
%0
%0

Triadic Colors of #dcf1ff

#dcf1ff #ffdcf1 #f1ffdc

Analogous Colors of #dcf1ff

#dcf1ff #dce0ff #dcfffc

Monochromatic Colors of #dcf1ff

#dcf1ff

Complementary Color

#dcf1ff #ffeadc

#dcf1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf1ff Color CSS Codes

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

#dcf1ff Text Font Color

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

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


#dcf1ff Background Color

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

This div background color is #dcf1ff


#dcf1ff Border Color

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

This div border color is #dcf1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf1ff

Related Colors

#dcf1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.