Color Hex Logo

#dbdefe Color Hex

#DBDEFE
(219,222,254)
0 Favorites   0 Comments

Color spaces of #dbdefe

RGB 219222254
HSL0.650.950.93
HSV235°14°100°
CMYK 0.140.130.00   0.00
XYZ73.224174.4584104.2785
Yxy74.45840.29060.2955
Hunter Lab86.28930.4668-11.2480
CIE-Lab89.13875.1779-15.8665

#dbdefe color RGB value is (219,222,254).

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

The process color (four color CMYK) of #dbdefe color hex is 0.14, 0.13, 0.00, 0.00. Web safe color of #dbdefe is #ccccff. Color #dbdefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11111110
Octal 333 336 376
Decimal 219 222 254
Hex DB DE FE

RGB Percentages of Color #dbdefe

%31.51
%31.94
%36.55

CMYK Percentages of Color #dbdefe

%14
%13
%0
%0

Triadic Colors of #dbdefe

#dbdefe #fedbde #defedb

Analogous Colors of #dbdefe

#dbdefe #eadbfe #dbf0fe

Monochromatic Colors of #dbdefe

#dbdefe

Complementary Color

#dbdefe #fefbdb

#dbdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdefe Color CSS Codes

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

#dbdefe Text Font Color

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

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


#dbdefe Background Color

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

This div background color is #dbdefe


#dbdefe Border Color

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

This div border color is #dbdefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdefe


Comments

No comments written yet.

Please login to write comment.