Color Hex Logo

#d8bada Color Hex

#D8BADA
(216,186,218)
0 Favorites   0 Comments

Color spaces of #d8bada

RGB 216186218
HSL0.820.300.79
HSV296°15°85°
CMYK 0.010.150.00   0.15
XYZ58.532754.778773.8180
Yxy54.77870.31280.2927
Hunter Lab74.012611.6442-7.3252
CIE-Lab78.913616.2823-12.0527

#d8bada color RGB value is (216,186,218).

#d8bada hex color red value is 216, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d8bada hue: 0.82 , saturation: 0.30 and the lightness value of d8bada is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111010 11011010
Octal 330 272 332
Decimal 216 186 218
Hex D8 BA DA

RGB Percentages of Color #d8bada

%34.84
%30.00
%35.16

CMYK Percentages of Color #d8bada

%1
%15
%0
%15

Triadic Colors of #d8bada

#d8bada #dad8ba #badad8

Analogous Colors of #d8bada

#d8bada #dabacc #c8bada

Monochromatic Colors of #d8bada

#d8bada

Complementary Color

#d8bada #bcdaba

#d8bada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bada Color CSS Codes

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

#d8bada Text Font Color

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

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


#d8bada Background Color

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

This div background color is #d8bada


#d8bada Border Color

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

This div border color is #d8bada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bada


Comments

No comments written yet.

Please login to write comment.