Color Hex Logo

#dbfaff Color Hex

#DBFAFF
(219,250,255)
0 Favorites   0 Comments

Color spaces of #dbfaff

RGB 219250255
HSL0.521.000.93
HSV188°14°100°
CMYK 0.140.020.00   0.00
XYZ81.449090.6513107.8124
Yxy90.65130.29100.3239
Hunter Lab95.2110-13.9199-0.4895
CIE-Lab96.2663-8.9878-5.7798

#dbfaff color RGB value is (219,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 11111111
Octal 333 372 377
Decimal 219 250 255
Hex DB FA FF

RGB Percentages of Color #dbfaff

%30.25
%34.53
%35.22

CMYK Percentages of Color #dbfaff

%14
%2
%0
%0

Triadic Colors of #dbfaff

#dbfaff #ffdbfa #faffdb

Analogous Colors of #dbfaff

#dbfaff #dbe8ff #dbfff2

Monochromatic Colors of #dbfaff

#dbfaff

Complementary Color

#dbfaff #ffe0db

#dbfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfaff Color CSS Codes

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

#dbfaff Text Font Color

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

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


#dbfaff Background Color

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

This div background color is #dbfaff


#dbfaff Border Color

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

This div border color is #dbfaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfaff

Related Colors

#dbfaff Color Palettes


Comments

No comments written yet.

Please login to write comment.