Color Hex Logo

#dbf1fd Color Hex

#DBF1FD
(219,241,253)
0 Favorites   0 Comments

Color spaces of #dbf1fd

RGB 219241253
HSL0.560.890.93
HSV201°13°99°
CMYK 0.130.050.00   0.01
XYZ78.398385.0625105.2152
Yxy85.06250.29180.3166
Hunter Lab92.2293-9.6698-3.0775
CIE-Lab93.9100-4.8367-8.2285

#dbf1fd color RGB value is (219,241,253).

#dbf1fd hex color red value is 219, green value is 241 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dbf1fd hue: 0.56 , saturation: 0.89 and the lightness value of dbf1fd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 11111101
Octal 333 361 375
Decimal 219 241 253
Hex DB F1 FD

RGB Percentages of Color #dbf1fd

%30.72
%33.80
%35.48

CMYK Percentages of Color #dbf1fd

%13
%5
%0
%1

Triadic Colors of #dbf1fd

#dbf1fd #fddbf1 #f1fddb

Analogous Colors of #dbf1fd

#dbf1fd #dbe0fd #dbfdf8

Monochromatic Colors of #dbf1fd

#dbf1fd

Complementary Color

#dbf1fd #fde7db

#dbf1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf1fd Color CSS Codes

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

#dbf1fd Text Font Color

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

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


#dbf1fd Background Color

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

This div background color is #dbf1fd


#dbf1fd Border Color

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

This div border color is #dbf1fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,241,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf1fd

#dbf1fd Color Palettes


Comments

No comments written yet.

Please login to write comment.