Color Hex Logo

#d2dadb Color Hex

#D2DADB
(210,218,219)
0 Favorites   0 Comments

Color spaces of #d2dadb

RGB 210218219
HSL0.520.110.84
HSV187°86°
CMYK 0.040.000.00   0.14
XYZ64.435968.958976.9321
Yxy68.95890.30640.3279
Hunter Lab83.0415-6.81593.2010
CIE-Lab86.4837-2.5021-1.4376

#d2dadb color RGB value is (210,218,219).

#d2dadb hex color red value is 210, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d2dadb hue: 0.52 , saturation: 0.11 and the lightness value of d2dadb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011010 11011011
Octal 322 332 333
Decimal 210 218 219
Hex D2 DA DB

RGB Percentages of Color #d2dadb

%32.46
%33.69
%33.85

CMYK Percentages of Color #d2dadb

%4
%0
%0
%14

Triadic Colors of #d2dadb

#d2dadb #dbd2da #dadbd2

Analogous Colors of #d2dadb

#d2dadb #d2d6db #d2dbd8

Monochromatic Colors of #d2dadb

#d2dadb

Complementary Color

#d2dadb #dbd3d2

#d2dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2dadb Color CSS Codes

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

#d2dadb Text Font Color

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

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


#d2dadb Background Color

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

This div background color is #d2dadb


#d2dadb Border Color

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

This div border color is #d2dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2dadb

#d2dadb Color Palettes


Comments

No comments written yet.

Please login to write comment.