Color Hex Logo

#d0dbba Color Hex

#D0DBBA
(208,219,186)
0 Favorites   0 Comments

Color spaces of #d0dbba

RGB 208219186
HSL0.220.310.79
HSV80°15°86°
CMYK 0.050.000.15   0.14
XYZ60.206967.618156.3327
Yxy67.61810.32690.3672
Hunter Lab82.2302-13.209716.9439
CIE-Lab85.8151-9.447814.9860

#d0dbba color RGB value is (208,219,186).

#d0dbba hex color red value is 208, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d0dbba hue: 0.22 , saturation: 0.31 and the lightness value of d0dbba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011011 10111010
Octal 320 333 272
Decimal 208 219 186
Hex D0 DB BA

RGB Percentages of Color #d0dbba

%33.93
%35.73
%30.34

CMYK Percentages of Color #d0dbba

%5
%0
%15
%14

Triadic Colors of #d0dbba

#d0dbba #bad0db #dbbad0

Analogous Colors of #d0dbba

#d0dbba #c0dbba #dbd6ba

Monochromatic Colors of #d0dbba

#d0dbba

Complementary Color

#d0dbba #c5badb

#d0dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dbba Color CSS Codes

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

#d0dbba Text Font Color

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

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


#d0dbba Background Color

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

This div background color is #d0dbba


#d0dbba Border Color

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

This div border color is #d0dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dbba


Comments

No comments written yet.

Please login to write comment.