Color Hex Logo

#dcfdff Color Hex

#DCFDFF
(220,253,255)
0 Favorites   0 Comments

Color spaces of #dcfdff

RGB 220253255
HSL0.511.000.93
HSV183°14°100°
CMYK 0.140.010.00   0.00
XYZ82.690592.6862108.1397
Yxy92.68620.29170.3269
Hunter Lab96.2737-15.16330.7939
CIE-Lab97.1001-10.1811-4.5437

#dcfdff color RGB value is (220,253,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 11111111
Octal 334 375 377
Decimal 220 253 255
Hex DC FD FF

RGB Percentages of Color #dcfdff

%30.22
%34.75
%35.03

CMYK Percentages of Color #dcfdff

%14
%1
%0
%0

Triadic Colors of #dcfdff

#dcfdff #ffdcfd #fdffdc

Analogous Colors of #dcfdff

#dcfdff #dcecff #dcfff0

Monochromatic Colors of #dcfdff

#dcfdff

Complementary Color

#dcfdff #ffdedc

#dcfdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfdff Color CSS Codes

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

#dcfdff Text Font Color

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

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


#dcfdff Background Color

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

This div background color is #dcfdff


#dcfdff Border Color

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

This div border color is #dcfdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfdff

Related Colors


Comments

No comments written yet.

Please login to write comment.