Color Hex Logo

#dadbdb Color Hex

#DADBDB
(218,219,219)
1 Favorites   0 Comments

Color spaces of #dadbdb

RGB 218219219
HSL0.500.010.86
HSV180°86°
CMYK 0.000.000.00   0.14
XYZ67.031170.682977.1281
Yxy70.68290.31200.3290
Hunter Lab84.0731-4.81084.4590
CIE-Lab87.3307-0.3337-0.1283

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

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

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

Base Numbers

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

RGB Percentages of Color #dadbdb

%33.23
%33.38
%33.38

CMYK Percentages of Color #dadbdb

%0
%0
%0
%14

Triadic Colors of #dadbdb

#dadbdb #dbdadb #dbdbda

Monochromatic Colors of #dadbdb

#dadbdb

Complementary Color

#dadbdb #dbdada

#dadbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbdb Color CSS Codes

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

#dadbdb Text Font Color

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

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


#dadbdb Background Color

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

This div background color is #dadbdb


#dadbdb Border Color

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

This div border color is #dadbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbdb

#dadbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.