Color Hex Logo

#d0badc Color Hex

#D0BADC
(208,186,220)
0 Favorites   0 Comments

Color spaces of #d0badc

RGB 208186220
HSL0.770.330.80
HSV279°15°86°
CMYK 0.050.150.00   0.14
XYZ56.489653.695075.0970
Yxy53.69500.30490.2898
Hunter Lab73.27699.3722-9.4689
CIE-Lab78.283613.9899-14.1480

#d0badc color RGB value is (208,186,220).

#d0badc hex color red value is 208, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d0badc hue: 0.77 , saturation: 0.33 and the lightness value of d0badc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111010 11011100
Octal 320 272 334
Decimal 208 186 220
Hex D0 BA DC

RGB Percentages of Color #d0badc

%33.88
%30.29
%35.83

CMYK Percentages of Color #d0badc

%5
%15
%0
%14

Triadic Colors of #d0badc

#d0badc #dcd0ba #badcd0

Analogous Colors of #d0badc

#d0badc #dcbad7 #bfbadc

Monochromatic Colors of #d0badc

#d0badc

Complementary Color

#d0badc #c6dcba

#d0badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0badc Color CSS Codes

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

#d0badc Text Font Color

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

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


#d0badc Background Color

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

This div background color is #d0badc


#d0badc Border Color

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

This div border color is #d0badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0badc


Comments

No comments written yet.

Please login to write comment.