Color Hex Logo

#dbf6fe Color Hex

#DBF6FE
(219,246,254)
0 Favorites   0 Comments

Color spaces of #dbf6fe

RGB 219246254
HSL0.540.950.93
HSV194°14°100°
CMYK 0.140.030.00   0.00
XYZ80.058688.1274106.5567
Yxy88.12740.29140.3208
Hunter Lab93.8762-12.0567-1.5854
CIE-Lab95.2146-7.1725-6.8162

#dbf6fe color RGB value is (219,246,254).

#dbf6fe hex color red value is 219, green value is 246 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dbf6fe hue: 0.54 , saturation: 0.95 and the lightness value of dbf6fe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 11111110
Octal 333 366 376
Decimal 219 246 254
Hex DB F6 FE

RGB Percentages of Color #dbf6fe

%30.46
%34.21
%35.33

CMYK Percentages of Color #dbf6fe

%14
%3
%0
%0

Triadic Colors of #dbf6fe

#dbf6fe #fedbf6 #f6fedb

Analogous Colors of #dbf6fe

#dbf6fe #dbe5fe #dbfef5

Monochromatic Colors of #dbf6fe

#dbf6fe

Complementary Color

#dbf6fe #fee3db

#dbf6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf6fe Color CSS Codes

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

#dbf6fe Text Font Color

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

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


#dbf6fe Background Color

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

This div background color is #dbf6fe


#dbf6fe Border Color

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

This div border color is #dbf6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf6fe


Comments

No comments written yet.

Please login to write comment.