Color Hex Logo

#dbf3ff Color Hex

#DBF3FF
(219,243,255)
0 Favorites   0 Comments

Color spaces of #dbf3ff

RGB 219243255
HSL0.561.000.93
HSV200°14°100°
CMYK 0.140.050.00   0.00
XYZ79.314086.3813107.1007
Yxy86.38130.29070.3167
Hunter Lab92.9415-10.3202-3.2634
CIE-Lab94.4751-5.4539-8.4283

#dbf3ff color RGB value is (219,243,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 11111111
Octal 333 363 377
Decimal 219 243 255
Hex DB F3 FF

RGB Percentages of Color #dbf3ff

%30.54
%33.89
%35.56

CMYK Percentages of Color #dbf3ff

%14
%5
%0
%0

Triadic Colors of #dbf3ff

#dbf3ff #ffdbf3 #f3ffdb

Analogous Colors of #dbf3ff

#dbf3ff #dbe1ff #dbfff9

Monochromatic Colors of #dbf3ff

#dbf3ff

Complementary Color

#dbf3ff #ffe7db

#dbf3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf3ff Color CSS Codes

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

#dbf3ff Text Font Color

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

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


#dbf3ff Background Color

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

This div background color is #dbf3ff


#dbf3ff Border Color

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

This div border color is #dbf3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.