Color Hex Logo

#dbfcff Color Hex

#DBFCFF
(219,252,255)
1 Favorites   0 Comments

Color spaces of #dbfcff

RGB 219252255
HSL0.511.000.93
HSV185°14°100°
CMYK 0.140.010.00   0.00
XYZ82.073891.9009108.0206
Yxy91.90090.29100.3259
Hunter Lab95.8650-14.94270.2975
CIE-Lab96.7798-9.9899-5.0227

#dbfcff color RGB value is (219,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 11111111
Octal 333 374 377
Decimal 219 252 255
Hex DB FC FF

RGB Percentages of Color #dbfcff

%30.17
%34.71
%35.12

CMYK Percentages of Color #dbfcff

%14
%1
%0
%0

Triadic Colors of #dbfcff

#dbfcff #ffdbfc #fcffdb

Analogous Colors of #dbfcff

#dbfcff #dbeaff #dbfff0

Monochromatic Colors of #dbfcff

#dbfcff

Complementary Color

#dbfcff #ffdedb

#dbfcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfcff Color CSS Codes

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

#dbfcff Text Font Color

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

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


#dbfcff Background Color

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

This div background color is #dbfcff


#dbfcff Border Color

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

This div border color is #dbfcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfcff

Related Colors


Comments

No comments written yet.

Please login to write comment.