Color Hex Logo

#dbedf6 Color Hex

#DBEDF6
(219,237,246)
0 Favorites   0 Comments

Color spaces of #dbedf6

RGB 219237246
HSL0.560.600.91
HSV200°11°96°
CMYK 0.110.040.00   0.04
XYZ76.132282.282399.0582
Yxy82.28230.29570.3196
Hunter Lab90.7096-8.9274-1.2501
CIE-Lab92.6993-4.1802-6.3813

#dbedf6 color RGB value is (219,237,246).

#dbedf6 hex color red value is 219, green value is 237 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dbedf6 hue: 0.56 , saturation: 0.60 and the lightness value of dbedf6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11110110
Octal 333 355 366
Decimal 219 237 246
Hex DB ED F6

RGB Percentages of Color #dbedf6

%31.20
%33.76
%35.04

CMYK Percentages of Color #dbedf6

%11
%4
%0
%4

Triadic Colors of #dbedf6

#dbedf6 #f6dbed #edf6db

Analogous Colors of #dbedf6

#dbedf6 #dbe0f6 #dbf6f2

Monochromatic Colors of #dbedf6

#dbedf6

Complementary Color

#dbedf6 #f6e4db

#dbedf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedf6 Color CSS Codes

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

#dbedf6 Text Font Color

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

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


#dbedf6 Background Color

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

This div background color is #dbedf6


#dbedf6 Border Color

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

This div border color is #dbedf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedf6


Comments

No comments written yet.

Please login to write comment.