Color Hex Logo

#dcf7ff Color Hex

#DCF7FF
(220,247,255)
0 Favorites   0 Comments

Color spaces of #dcf7ff

RGB 220247255
HSL0.541.000.93
HSV194°14°100°
CMYK 0.140.030.00   0.00
XYZ80.826088.9572107.5182
Yxy88.95720.29150.3208
Hunter Lab94.3171-12.0876-1.5665
CIE-Lab95.5625-7.1684-6.8117

#dcf7ff color RGB value is (220,247,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 11111111
Octal 334 367 377
Decimal 220 247 255
Hex DC F7 FF

RGB Percentages of Color #dcf7ff

%30.47
%34.21
%35.32

CMYK Percentages of Color #dcf7ff

%14
%3
%0
%0

Triadic Colors of #dcf7ff

#dcf7ff #ffdcf7 #f7ffdc

Analogous Colors of #dcf7ff

#dcf7ff #dce6ff #dcfff6

Monochromatic Colors of #dcf7ff

#dcf7ff

Complementary Color

#dcf7ff #ffe4dc

#dcf7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf7ff Color CSS Codes

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

#dcf7ff Text Font Color

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

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


#dcf7ff Background Color

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

This div background color is #dcf7ff


#dcf7ff Border Color

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

This div border color is #dcf7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf7ff

Related Colors

#dcf7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.