Color Hex Logo

#d6badd Color Hex

#D6BADD
(214,186,221)
0 Favorites   0 Comments

Color spaces of #d6badd

RGB 214186221
HSL0.800.340.80
HSV288°16°87°
CMYK 0.030.160.00   0.13
XYZ58.341654.634475.8772
Yxy54.63440.30890.2893
Hunter Lab73.915111.5397-9.1233
CIE-Lab78.830216.1784-13.8153

#d6badd color RGB value is (214,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111010 11011101
Octal 326 272 335
Decimal 214 186 221
Hex D6 BA DD

RGB Percentages of Color #d6badd

%34.46
%29.95
%35.59

CMYK Percentages of Color #d6badd

%3
%16
%0
%13

Triadic Colors of #d6badd

#d6badd #ddd6ba #baddd6

Analogous Colors of #d6badd

#d6badd #ddbad3 #c5badd

Monochromatic Colors of #d6badd

#d6badd

Complementary Color

#d6badd #c1ddba

#d6badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6badd Color CSS Codes

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

#d6badd Text Font Color

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

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


#d6badd Background Color

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

This div background color is #d6badd


#d6badd Border Color

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

This div border color is #d6badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6badd


Comments

No comments written yet.

Please login to write comment.