Color Hex Logo

#bdbad8 Color Hex

#BDBAD8
(189,186,216)
0 Favorites   0 Comments

Color spaces of #bdbad8

RGB 189186216
HSL0.680.280.79
HSV246°14°85°
CMYK 0.130.140.00   0.15
XYZ50.939850.894572.1045
Yxy50.89450.29290.2926
Hunter Lab71.34042.6103-9.9868
CIE-Lab76.61516.9376-14.6456

#bdbad8 color RGB value is (189,186,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11011000
Octal 275 272 330
Decimal 189 186 216
Hex BD BA D8

RGB Percentages of Color #bdbad8

%31.98
%31.47
%36.55

CMYK Percentages of Color #bdbad8

%13
%14
%0
%15

Triadic Colors of #bdbad8

#bdbad8 #d8bdba #bad8bd

Analogous Colors of #bdbad8

#bdbad8 #ccbad8 #bac6d8

Monochromatic Colors of #bdbad8

#bdbad8

Complementary Color

#bdbad8 #d5d8ba

#bdbad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbad8 Color CSS Codes

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

#bdbad8 Text Font Color

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

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


#bdbad8 Background Color

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

This div background color is #bdbad8


#bdbad8 Border Color

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

This div border color is #bdbad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbad8


Comments

No comments written yet.

Please login to write comment.