Color Hex Logo

#dcfafb Color Hex

#DCFAFB
(220,250,251)
0 Favorites   0 Comments

Color spaces of #dcfafb

RGB 220250251
HSL0.510.790.92
HSV182°12°98°
CMYK 0.120.000.00   0.02
XYZ81.113490.5519104.4699
Yxy90.55190.29370.3279
Hunter Lab95.1588-14.37431.5197
CIE-Lab96.2252-9.4641-3.7688

#dcfafb color RGB value is (220,250,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 11111011
Octal 334 372 373
Decimal 220 250 251
Hex DC FA FB

RGB Percentages of Color #dcfafb

%30.51
%34.67
%34.81

CMYK Percentages of Color #dcfafb

%12
%0
%0
%2

Triadic Colors of #dcfafb

#dcfafb #fbdcfa #fafbdc

Analogous Colors of #dcfafb

#dcfafb #dcebfb #dcfbed

Monochromatic Colors of #dcfafb

#dcfafb

Complementary Color

#dcfafb #fbdddc

#dcfafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfafb Color CSS Codes

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

#dcfafb Text Font Color

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

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


#dcfafb Background Color

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

This div background color is #dcfafb


#dcfafb Border Color

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

This div border color is #dcfafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfafb

Related Colors


Comments

No comments written yet.

Please login to write comment.