Color Hex Logo

#d0dbdb Color Hex

#D0DBDB
(208,219,219)
0 Favorites   0 Comments

Color spaces of #d0dbdb

RGB 208219219
HSL0.500.130.84
HSV180°86°
CMYK 0.050.000.00   0.14
XYZ64.130169.187476.9923
Yxy69.18740.30490.3290
Hunter Lab83.1790-7.94163.3451
CIE-Lab86.5968-3.6854-1.2891

#d0dbdb color RGB value is (208,219,219).

#d0dbdb hex color red value is 208, green value is 219 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d0dbdb hue: 0.50 , saturation: 0.13 and the lightness value of d0dbdb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011011 11011011
Octal 320 333 333
Decimal 208 219 219
Hex D0 DB DB

RGB Percentages of Color #d0dbdb

%32.20
%33.90
%33.90

CMYK Percentages of Color #d0dbdb

%5
%0
%0
%14

Triadic Colors of #d0dbdb

#d0dbdb #dbd0db #dbdbd0

Analogous Colors of #d0dbdb

#d0dbdb #d0d6db #d0dbd6

Monochromatic Colors of #d0dbdb

#d0dbdb

Complementary Color

#d0dbdb #dbd0d0

#d0dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dbdb Color CSS Codes

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

#d0dbdb Text Font Color

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

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


#d0dbdb Background Color

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

This div background color is #d0dbdb


#d0dbdb Border Color

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

This div border color is #d0dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dbdb


Comments

No comments written yet.

Please login to write comment.