Color Hex Logo

#dbdbdc Color Hex

#DBDBDC
(219,219,220)
0 Favorites   0 Comments

Color spaces of #dbdbdc

RGB 219219220
HSL0.670.010.86
HSV240°86°
CMYK 0.000.000.00   0.14
XYZ67.463270.890477.8377
Yxy70.89040.31210.3279
Hunter Lab84.1964-4.31894.1252
CIE-Lab87.43170.1852-0.4993

#dbdbdc color RGB value is (219,219,220).

#dbdbdc hex color red value is 219, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dbdbdc hue: 0.67 , saturation: 0.01 and the lightness value of dbdbdc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 11011100
Octal 333 333 334
Decimal 219 219 220
Hex DB DB DC

RGB Percentages of Color #dbdbdc

%33.28
%33.28
%33.43

CMYK Percentages of Color #dbdbdc

%0
%0
%0
%14

Triadic Colors of #dbdbdc

#dbdbdc #dcdbdb #dbdcdb

Analogous Colors of #dbdbdc

#dbdbdc #dcdbdc #dbdcdc

Monochromatic Colors of #dbdbdc

#dbdbdc

Complementary Color

#dbdbdc #dcdcdb

#dbdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdbdc Color CSS Codes

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

#dbdbdc Text Font Color

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

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


#dbdbdc Background Color

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

This div background color is #dbdbdc


#dbdbdc Border Color

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

This div border color is #dbdbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdbdc


Comments

No comments written yet.

Please login to write comment.