Color Hex Logo

#dbedf9 Color Hex

#DBEDF9
(219,237,249)
0 Favorites   0 Comments

Color spaces of #dbedf9

RGB 219237249
HSL0.570.710.92
HSV204°12°98°
CMYK 0.120.050.00   0.02
XYZ76.596582.4680101.5034
Yxy82.46800.29400.3165
Hunter Lab90.8119-8.3626-2.7020
CIE-Lab92.7810-3.5904-7.8220

#dbedf9 color RGB value is (219,237,249).

#dbedf9 hex color red value is 219, green value is 237 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dbedf9 hue: 0.57 , saturation: 0.71 and the lightness value of dbedf9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11111001
Octal 333 355 371
Decimal 219 237 249
Hex DB ED F9

RGB Percentages of Color #dbedf9

%31.06
%33.62
%35.32

CMYK Percentages of Color #dbedf9

%12
%5
%0
%2

Triadic Colors of #dbedf9

#dbedf9 #f9dbed #edf9db

Analogous Colors of #dbedf9

#dbedf9 #dbdef9 #dbf9f6

Monochromatic Colors of #dbedf9

#dbedf9

Complementary Color

#dbedf9 #f9e7db

#dbedf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedf9 Color CSS Codes

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

#dbedf9 Text Font Color

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

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


#dbedf9 Background Color

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

This div background color is #dbedf9


#dbedf9 Border Color

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

This div border color is #dbedf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedf9


Comments

No comments written yet.

Please login to write comment.