Color Hex Logo

#bdbada Color Hex

#BDBADA
(189,186,218)
0 Favorites   0 Comments

Color spaces of #bdbada

RGB 189186218
HSL0.680.300.79
HSV246°15°85°
CMYK 0.130.150.00   0.15
XYZ51.200150.998673.4748
Yxy50.99860.29150.2903
Hunter Lab71.41333.0031-11.0122
CIE-Lab76.67827.3563-15.6342

#bdbada color RGB value is (189,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11011010
Octal 275 272 332
Decimal 189 186 218
Hex BD BA DA

RGB Percentages of Color #bdbada

%31.87
%31.37
%36.76

CMYK Percentages of Color #bdbada

%13
%15
%0
%15

Triadic Colors of #bdbada

#bdbada #dabdba #badabd

Analogous Colors of #bdbada

#bdbada #cdbada #bac7da

Monochromatic Colors of #bdbada

#bdbada

Complementary Color

#bdbada #d7daba

#bdbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbada Color CSS Codes

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

#bdbada Text Font Color

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

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


#bdbada Background Color

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

This div background color is #bdbada


#bdbada Border Color

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

This div border color is #bdbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbada


Comments

No comments written yet.

Please login to write comment.