Color Hex Logo

#d9badd Color Hex

#D9BADD
(217,186,221)
0 Favorites   0 Comments

Color spaces of #d9badd

RGB 217186221
HSL0.810.340.80
HSV293°16°87°
CMYK 0.020.160.00   0.13
XYZ59.225355.090075.9185
Yxy55.09000.31130.2896
Hunter Lab74.222612.5429-8.6888
CIE-Lab79.093117.1800-13.3942

#d9badd color RGB value is (217,186,221).

#d9badd hex color red value is 217, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d9badd hue: 0.81 , saturation: 0.34 and the lightness value of d9badd is 0.80.

The process color (four color CMYK) of #d9badd color hex is 0.02, 0.16, 0.00, 0.13. Web safe color of #d9badd is #cccccc. Color #d9badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 11011101
Octal 331 272 335
Decimal 217 186 221
Hex D9 BA DD

RGB Percentages of Color #d9badd

%34.78
%29.81
%35.42

CMYK Percentages of Color #d9badd

%2
%16
%0
%13

Triadic Colors of #d9badd

#d9badd #ddd9ba #baddd9

Analogous Colors of #d9badd

#d9badd #ddbad0 #c8badd

Monochromatic Colors of #d9badd

#d9badd

Complementary Color

#d9badd #beddba

#d9badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9badd Color CSS Codes

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

#d9badd Text Font Color

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

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


#d9badd Background Color

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

This div background color is #d9badd


#d9badd Border Color

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

This div border color is #d9badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9badd


Comments

No comments written yet.

Please login to write comment.