Color Hex Logo

#dbf4ff Color Hex

#DBF4FF
(219,244,255)
1 Favorites   0 Comments

Color spaces of #dbf4ff

RGB 219244255
HSL0.551.000.93
HSV198°14°100°
CMYK 0.140.040.00   0.00
XYZ79.614186.9814107.2007
Yxy86.98140.29080.3177
Hunter Lab93.2638-10.8362-2.8653
CIE-Lab94.7304-5.9611-8.0502

#dbf4ff color RGB value is (219,244,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 11111111
Octal 333 364 377
Decimal 219 244 255
Hex DB F4 FF

RGB Percentages of Color #dbf4ff

%30.50
%33.98
%35.52

CMYK Percentages of Color #dbf4ff

%14
%4
%0
%0

Triadic Colors of #dbf4ff

#dbf4ff #ffdbf4 #f4ffdb

Analogous Colors of #dbf4ff

#dbf4ff #dbe2ff #dbfff8

Monochromatic Colors of #dbf4ff

#dbf4ff

Complementary Color

#dbf4ff #ffe6db

#dbf4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf4ff Color CSS Codes

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

#dbf4ff Text Font Color

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

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


#dbf4ff Background Color

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

This div background color is #dbf4ff


#dbf4ff Border Color

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

This div border color is #dbf4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf4ff

Related Colors

#dbf4ff Color Palettes


Comments

No comments written yet.

Please login to write comment.