Color Hex Logo

#bdbadf Color Hex

#BDBADF
(189,186,223)
0 Favorites   0 Comments

Color spaces of #bdbadf

RGB 189186223
HSL0.680.370.80
HSV245°17°87°
CMYK 0.150.170.00   0.13
XYZ51.864551.264376.9735
Yxy51.26430.28800.2846
Hunter Lab71.59914.0023-13.6211
CIE-Lab76.83888.4159-18.0986

#bdbadf color RGB value is (189,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11011111
Octal 275 272 337
Decimal 189 186 223
Hex BD BA DF

RGB Percentages of Color #bdbadf

%31.61
%31.10
%37.29

CMYK Percentages of Color #bdbadf

%15
%17
%0
%13

Triadic Colors of #bdbadf

#bdbadf #dfbdba #badfbd

Analogous Colors of #bdbadf

#bdbadf #d0badf #bacadf

Monochromatic Colors of #bdbadf

#bdbadf

Complementary Color

#bdbadf #dcdfba

#bdbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbadf Color CSS Codes

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

#bdbadf Text Font Color

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

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


#bdbadf Background Color

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

This div background color is #bdbadf


#bdbadf Border Color

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

This div border color is #bdbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbadf


Comments

No comments written yet.

Please login to write comment.