Color Hex Logo

#dcfafc Color Hex

#DCFAFC
(220,250,252)
0 Favorites   0 Comments

Color spaces of #dcfafc

RGB 220250252
HSL0.510.840.93
HSV184°13°99°
CMYK 0.130.010.00   0.01
XYZ81.271590.6151105.3025
Yxy90.61510.29320.3269
Hunter Lab95.1920-14.18901.0471
CIE-Lab96.2513-9.2687-4.2465

#dcfafc color RGB value is (220,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 11111100
Octal 334 372 374
Decimal 220 250 252
Hex DC FA FC

RGB Percentages of Color #dcfafc

%30.47
%34.63
%34.90

CMYK Percentages of Color #dcfafc

%13
%1
%0
%1

Triadic Colors of #dcfafc

#dcfafc #fcdcfa #fafcdc

Analogous Colors of #dcfafc

#dcfafc #dceafc #dcfcee

Monochromatic Colors of #dcfafc

#dcfafc

Complementary Color

#dcfafc #fcdedc

#dcfafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfafc Color CSS Codes

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

#dcfafc Text Font Color

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

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


#dcfafc Background Color

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

This div background color is #dcfafc


#dcfafc Border Color

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

This div border color is #dcfafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfafc

Related Colors


Comments

No comments written yet.

Please login to write comment.