Color Hex Logo

#dcf8fc Color Hex

#DCF8FC
(220,248,252)
0 Favorites   0 Comments

Color spaces of #dcf8fc

RGB 220248252
HSL0.520.840.93
HSV188°13°99°
CMYK 0.130.020.00   0.01
XYZ80.653389.3787105.0964
Yxy89.37870.29310.3249
Hunter Lab94.5403-13.16540.2681
CIE-Lab95.7385-8.2643-5.0016

#dcf8fc color RGB value is (220,248,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 11111100
Octal 334 370 374
Decimal 220 248 252
Hex DC F8 FC

RGB Percentages of Color #dcf8fc

%30.56
%34.44
%35.00

CMYK Percentages of Color #dcf8fc

%13
%2
%0
%1

Triadic Colors of #dcf8fc

#dcf8fc #fcdcf8 #f8fcdc

Analogous Colors of #dcf8fc

#dcf8fc #dce8fc #dcfcf0

Monochromatic Colors of #dcf8fc

#dcf8fc

Complementary Color

#dcf8fc #fce0dc

#dcf8fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf8fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf8fc Color CSS Codes

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

#dcf8fc Text Font Color

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

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


#dcf8fc Background Color

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

This div background color is #dcf8fc


#dcf8fc Border Color

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

This div border color is #dcf8fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,248,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcf8fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf8fc

Related Colors


Comments

No comments written yet.

Please login to write comment.