Color Hex Logo

#bdabcd Color Hex

#BDABCD
(189,171,205)
0 Favorites   0 Comments

Color spaces of #bdabcd

RGB 189171205
HSL0.750.250.74
HSV272°17°80°
CMYK 0.080.170.00   0.20
XYZ46.568644.352463.8640
Yxy44.35240.30090.2865
Hunter Lab66.59768.2709-10.2380
CIE-Lab72.463412.8664-14.8922

#bdabcd color RGB value is (189,171,205).

#bdabcd hex color red value is 189, green value is 171 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bdabcd hue: 0.75 , saturation: 0.25 and the lightness value of bdabcd is 0.74.

The process color (four color CMYK) of #bdabcd color hex is 0.08, 0.17, 0.00, 0.20. Web safe color of #bdabcd is #cc99cc. Color #bdabcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11001101
Octal 275 253 315
Decimal 189 171 205
Hex BD AB CD

RGB Percentages of Color #bdabcd

%33.45
%30.27
%36.28

CMYK Percentages of Color #bdabcd

%8
%17
%0
%20

Triadic Colors of #bdabcd

#bdabcd #cdbdab #abcdbd

Analogous Colors of #bdabcd

#bdabcd #cdabcc #acabcd

Monochromatic Colors of #bdabcd

#bdabcd

Complementary Color

#bdabcd #bbcdab

#bdabcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabcd Color CSS Codes

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

#bdabcd Text Font Color

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

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


#bdabcd Background Color

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

This div background color is #bdabcd


#bdabcd Border Color

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

This div border color is #bdabcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabcd


Comments

No comments written yet.

Please login to write comment.