Color Hex Logo

#d0badb Color Hex

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

Color spaces of #d0badb

RGB 208186219
HSL0.780.310.79
HSV280°15°86°
CMYK 0.050.150.00   0.14
XYZ56.357553.642274.4014
Yxy53.64220.30560.2909
Hunter Lab73.24089.1811-8.9609
CIE-Lab78.252613.7952-13.6540

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

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

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

Base Numbers

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

RGB Percentages of Color #d0badb

%33.93
%30.34
%35.73

CMYK Percentages of Color #d0badb

%5
%15
%0
%14

Triadic Colors of #d0badb

#d0badb #dbd0ba #badbd0

Analogous Colors of #d0badb

#d0badb #dbbad6 #c0badb

Monochromatic Colors of #d0badb

#d0badb

Complementary Color

#d0badb #c5dbba

#d0badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0badb Color CSS Codes

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

#d0badb Text Font Color

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

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


#d0badb Background Color

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

This div background color is #d0badb


#d0badb Border Color

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

This div border color is #d0badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0badb


Comments

No comments written yet.

Please login to write comment.