Color Hex Logo

#bdabca Color Hex

#BDABCA
(189,171,202)
0 Favorites   0 Comments

Color spaces of #bdabca

RGB 189171202
HSL0.760.230.73
HSV275°15°79°
CMYK 0.060.150.00   0.21
XYZ46.209844.208961.9748
Yxy44.20890.30320.2901
Hunter Lab66.48987.6988-8.7211
CIE-Lab72.367912.2632-13.3896

#bdabca color RGB value is (189,171,202).

#bdabca hex color red value is 189, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bdabca hue: 0.76 , saturation: 0.23 and the lightness value of bdabca is 0.73.

The process color (four color CMYK) of #bdabca color hex is 0.06, 0.15, 0.00, 0.21. Web safe color of #bdabca is #cc99cc. Color #bdabca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11001010
Octal 275 253 312
Decimal 189 171 202
Hex BD AB CA

RGB Percentages of Color #bdabca

%33.63
%30.43
%35.94

CMYK Percentages of Color #bdabca

%6
%15
%0
%21

Triadic Colors of #bdabca

#bdabca #cabdab #abcabd

Analogous Colors of #bdabca

#bdabca #caabc8 #aeabca

Monochromatic Colors of #bdabca

#bdabca

Complementary Color

#bdabca #b8caab

#bdabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabca Color CSS Codes

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

#bdabca Text Font Color

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

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


#bdabca Background Color

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

This div background color is #bdabca


#bdabca Border Color

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

This div border color is #bdabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabca


Comments

No comments written yet.

Please login to write comment.