Color Hex Logo

#dcf9fc Color Hex

#DCF9FC
(220,249,252)
0 Favorites   0 Comments

Color spaces of #dcf9fc

RGB 220249252
HSL0.520.840.93
HSV186°13°99°
CMYK 0.130.010.00   0.01
XYZ80.961689.9953105.1992
Yxy89.99530.29320.3259
Hunter Lab94.8659-13.67750.6579
CIE-Lab95.9948-8.7670-4.6240

#dcf9fc color RGB value is (220,249,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 11111100
Octal 334 371 374
Decimal 220 249 252
Hex DC F9 FC

RGB Percentages of Color #dcf9fc

%30.51
%34.54
%34.95

CMYK Percentages of Color #dcf9fc

%13
%1
%0
%1

Triadic Colors of #dcf9fc

#dcf9fc #fcdcf9 #f9fcdc

Analogous Colors of #dcf9fc

#dcf9fc #dce9fc #dcfcef

Monochromatic Colors of #dcf9fc

#dcf9fc

Complementary Color

#dcf9fc #fcdfdc

#dcf9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf9fc Color CSS Codes

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

#dcf9fc Text Font Color

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

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


#dcf9fc Background Color

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

This div background color is #dcf9fc


#dcf9fc Border Color

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

This div border color is #dcf9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.