Color Hex Logo

#dcf2ff Color Hex

#DCF2FF
(220,242,255)
0 Favorites   0 Comments

Color spaces of #dcf2ff

RGB 220242255
HSL0.561.000.93
HSV202°14°100°
CMYK 0.140.050.00   0.00
XYZ79.317385.9399107.0153
Yxy85.93990.29130.3156
Hunter Lab92.7038-9.5071-3.5505
CIE-Lab94.2866-4.6349-8.7005

#dcf2ff color RGB value is (220,242,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 11111111
Octal 334 362 377
Decimal 220 242 255
Hex DC F2 FF

RGB Percentages of Color #dcf2ff

%30.68
%33.75
%35.56

CMYK Percentages of Color #dcf2ff

%14
%5
%0
%0

Triadic Colors of #dcf2ff

#dcf2ff #ffdcf2 #f2ffdc

Analogous Colors of #dcf2ff

#dcf2ff #dce1ff #dcfffb

Monochromatic Colors of #dcf2ff

#dcf2ff

Complementary Color

#dcf2ff #ffe9dc

#dcf2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf2ff Color CSS Codes

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

#dcf2ff Text Font Color

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

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


#dcf2ff Background Color

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

This div background color is #dcf2ff


#dcf2ff Border Color

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

This div border color is #dcf2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf2ff

Related Colors

#dcf2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.