Color Hex Logo

#dcf4ff Color Hex

#DCF4FF
(220,244,255)
0 Favorites   0 Comments

Color spaces of #dcf4ff

RGB 220244255
HSL0.551.000.93
HSV199°14°100°
CMYK 0.140.040.00   0.00
XYZ79.915987.1370107.2148
Yxy87.13700.29140.3177
Hunter Lab93.3472-10.5411-2.7550
CIE-Lab94.7964-5.6507-7.9451

#dcf4ff color RGB value is (220,244,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 11111111
Octal 334 364 377
Decimal 220 244 255
Hex DC F4 FF

RGB Percentages of Color #dcf4ff

%30.60
%33.94
%35.47

CMYK Percentages of Color #dcf4ff

%14
%4
%0
%0

Triadic Colors of #dcf4ff

#dcf4ff #ffdcf4 #f4ffdc

Analogous Colors of #dcf4ff

#dcf4ff #dce3ff #dcfff9

Monochromatic Colors of #dcf4ff

#dcf4ff

Complementary Color

#dcf4ff #ffe7dc

#dcf4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf4ff Color CSS Codes

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

#dcf4ff Text Font Color

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

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


#dcf4ff Background Color

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

This div background color is #dcf4ff


#dcf4ff Border Color

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

This div border color is #dcf4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf4ff

#dcf4ff Color Palettes


Comments

No comments written yet.

Please login to write comment.