Color Hex Logo

#dbfafb Color Hex

#DBFAFB
(219,250,251)
0 Favorites   0 Comments

Color spaces of #dbfafb

RGB 219250251
HSL0.510.800.92
HSV182°13°98°
CMYK 0.130.000.00   0.02
XYZ80.811690.3963104.4558
Yxy90.39630.29320.3279
Hunter Lab95.0770-14.66691.4152
CIE-Lab96.1609-9.7758-3.8708

#dbfafb color RGB value is (219,250,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 11111011
Octal 333 372 373
Decimal 219 250 251
Hex DB FA FB

RGB Percentages of Color #dbfafb

%30.42
%34.72
%34.86

CMYK Percentages of Color #dbfafb

%13
%0
%0
%2

Triadic Colors of #dbfafb

#dbfafb #fbdbfa #fafbdb

Analogous Colors of #dbfafb

#dbfafb #dbeafb #dbfbec

Monochromatic Colors of #dbfafb

#dbfafb

Complementary Color

#dbfafb #fbdcdb

#dbfafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfafb Color CSS Codes

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

#dbfafb Text Font Color

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

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


#dbfafb Background Color

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

This div background color is #dbfafb


#dbfafb Border Color

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

This div border color is #dbfafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfafb

Related Colors


Comments

No comments written yet.

Please login to write comment.