Color Hex Logo

#dadbd9 Color Hex

#DADBD9
(218,219,217)
0 Favorites   0 Comments

Color spaces of #dadbd9

RGB 218219217
HSL0.250.030.85
HSV90°86°
CMYK 0.000.000.01   0.14
XYZ66.769370.578275.7495
Yxy70.57820.31330.3312
Hunter Lab84.0108-5.15255.3480
CIE-Lab87.2797-0.69380.8523

#dadbd9 color RGB value is (218,219,217).

#dadbd9 hex color red value is 218, green value is 219 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dadbd9 hue: 0.25 , saturation: 0.03 and the lightness value of dadbd9 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11011001
Octal 332 333 331
Decimal 218 219 217
Hex DA DB D9

RGB Percentages of Color #dadbd9

%33.33
%33.49
%33.18

CMYK Percentages of Color #dadbd9

%0
%0
%1
%14

Triadic Colors of #dadbd9

#dadbd9 #d9dadb #dbd9da

Analogous Colors of #dadbd9

#dadbd9 #d9dbd9 #dbdbd9

Monochromatic Colors of #dadbd9

#dadbd9

Complementary Color

#dadbd9 #dad9db

#dadbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbd9 Color CSS Codes

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

#dadbd9 Text Font Color

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

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


#dadbd9 Background Color

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

This div background color is #dadbd9


#dadbd9 Border Color

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

This div border color is #dadbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbd9


Comments

No comments written yet.

Please login to write comment.