Color Hex Logo

#d1badc Color Hex

#D1BADC
(209,186,220)
0 Favorites   0 Comments

Color spaces of #d1badc

RGB 209186220
HSL0.780.330.80
HSV281°15°86°
CMYK 0.050.150.00   0.14
XYZ56.771753.840475.1102
Yxy53.84040.30570.2899
Hunter Lab73.37609.6991-9.3281
CIE-Lab78.368614.3220-14.0117

#d1badc color RGB value is (209,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111010 11011100
Octal 321 272 334
Decimal 209 186 220
Hex D1 BA DC

RGB Percentages of Color #d1badc

%33.98
%30.24
%35.77

CMYK Percentages of Color #d1badc

%5
%15
%0
%14

Triadic Colors of #d1badc

#d1badc #dcd1ba #badcd1

Analogous Colors of #d1badc

#d1badc #dcbad6 #c0badc

Monochromatic Colors of #d1badc

#d1badc

Complementary Color

#d1badc #c5dcba

#d1badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1badc Color CSS Codes

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

#d1badc Text Font Color

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

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


#d1badc Background Color

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

This div background color is #d1badc


#d1badc Border Color

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

This div border color is #d1badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1badc


Comments

No comments written yet.

Please login to write comment.