Color Hex Logo

#dcfcff Color Hex

#DCFCFF
(220,252,255)
0 Favorites   0 Comments

Color spaces of #dcfcff

RGB 220252255
HSL0.511.000.93
HSV185°14°100°
CMYK 0.140.010.00   0.00
XYZ82.375692.0565108.0348
Yxy92.05650.29160.3259
Hunter Lab95.9461-14.65240.4020
CIE-Lab96.8434-9.6812-4.9217

#dcfcff color RGB value is (220,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111100 11111111
Octal 334 374 377
Decimal 220 252 255
Hex DC FC FF

RGB Percentages of Color #dcfcff

%30.26
%34.66
%35.08

CMYK Percentages of Color #dcfcff

%14
%1
%0
%0

Triadic Colors of #dcfcff

#dcfcff #ffdcfc #fcffdc

Analogous Colors of #dcfcff

#dcfcff #dcebff #dcfff1

Monochromatic Colors of #dcfcff

#dcfcff

Complementary Color

#dcfcff #ffdfdc

#dcfcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfcff Color CSS Codes

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

#dcfcff Text Font Color

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

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


#dcfcff Background Color

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

This div background color is #dcfcff


#dcfcff Border Color

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

This div border color is #dcfcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfcff

Related Colors

#dcfcff Color Palettes


Comments

No comments written yet.

Please login to write comment.