Color Hex Logo

#dbdbdb Color Hex Gray86

#DBDBDB
(219,219,219)
11 Favorites   0 Comments

Color spaces of #dbdbdb Gray86

RGB 219219219
HSL0.000.000.86
HSV86°
CMYK 0.000.000.00   0.14
XYZ67.331170.837677.1421
Yxy70.83760.31270.3290
Hunter Lab84.1651-4.49094.5729
CIE-Lab87.40600.0046-0.0092

#dbdbdb color RGB value is (219,219,219). #dbdbdb color name is Gray86 color.

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

The process color (four color CMYK) of #dbdbdb color hex is 0.00, 0.00, 0.00, 0.14. Web safe color of #dbdbdb is #cccccc. Color #dbdbdb rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 11011011
Octal 333 333 333
Decimal 219 219 219
Hex DB DB DB

RGB Percentages of Color #dbdbdb

%33.33
%33.33
%33.33

CMYK Percentages of Color #dbdbdb

%0
%0
%0
%14

Monochromatic Colors of #dbdbdb

#dbdbdb

#dbdbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdbdb Color CSS Codes

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

#dbdbdb Text Font Color

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

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


#dbdbdb Background Color

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

This div background color is #dbdbdb


#dbdbdb Border Color

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

This div border color is #dbdbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdbdb


Comments

No comments written yet.

Please login to write comment.