Color Hex Logo

#dbdadb Color Hex

#DBDADB
(219,218,219)
0 Favorites   0 Comments

Color spaces of #dbdadb

RGB 219218219
HSL0.830.010.86
HSV300°86°
CMYK 0.000.000.00   0.14
XYZ67.071070.317377.0554
Yxy70.31730.31280.3279
Hunter Lab83.8554-3.97534.2167
CIE-Lab87.15230.5239-0.3800

#dbdadb color RGB value is (219,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 11011011
Octal 333 332 333
Decimal 219 218 219
Hex DB DA DB

RGB Percentages of Color #dbdadb

%33.38
%33.23
%33.38

CMYK Percentages of Color #dbdadb

%0
%0
%0
%14

Triadic Colors of #dbdadb

#dbdadb #dbdbda #dadbdb

Monochromatic Colors of #dbdadb

#dbdadb

Complementary Color

#dbdadb #dadbda

#dbdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdadb Color CSS Codes

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

#dbdadb Text Font Color

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

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


#dbdadb Background Color

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

This div background color is #dbdadb


#dbdadb Border Color

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

This div border color is #dbdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdadb

#dbdadb Color Palettes


Comments

No comments written yet.

Please login to write comment.