Color Hex Logo

#dbdbef Color Hex

#DBDBEF
(219,219,239)
0 Favorites   0 Comments

Color spaces of #dbdbef

RGB 219219239
HSL0.670.380.90
HSV240°94°
CMYK 0.080.080.00   0.06
XYZ70.124971.955191.8541
Yxy71.95510.29980.3076
Hunter Lab84.8264-0.8824-4.8236
CIE-Lab87.94703.7545-9.7583

#dbdbef color RGB value is (219,219,239).

#dbdbef hex color red value is 219, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbdbef hue: 0.67 , saturation: 0.38 and the lightness value of dbdbef is 0.90.

The process color (four color CMYK) of #dbdbef color hex is 0.08, 0.08, 0.00, 0.06. Web safe color of #dbdbef is #ccccff. Color #dbdbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 11101111
Octal 333 333 357
Decimal 219 219 239
Hex DB DB EF

RGB Percentages of Color #dbdbef

%32.35
%32.35
%35.30

CMYK Percentages of Color #dbdbef

%8
%8
%0
%6

Triadic Colors of #dbdbef

#dbdbef #efdbdb #dbefdb

Analogous Colors of #dbdbef

#dbdbef #e5dbef #dbe5ef

Monochromatic Colors of #dbdbef

#dbdbef

Complementary Color

#dbdbef #efefdb

#dbdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdbef Color CSS Codes

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

#dbdbef Text Font Color

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

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


#dbdbef Background Color

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

This div background color is #dbdbef


#dbdbef Border Color

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

This div border color is #dbdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdbef


Comments

No comments written yet.

Please login to write comment.