Color Hex Logo

#bdabc1 Color Hex

#BDABC1
(189,171,193)
0 Favorites   0 Comments

Color spaces of #bdabc1

RGB 189171193
HSL0.800.150.71
HSV289°11°76°
CMYK 0.020.110.00   0.24
XYZ45.174843.794956.5244
Yxy43.79490.31050.3010
Hunter Lab66.17776.0382-4.3170
CIE-Lab72.091210.4984-8.8579

#bdabc1 color RGB value is (189,171,193).

#bdabc1 hex color red value is 189, green value is 171 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bdabc1 hue: 0.80 , saturation: 0.15 and the lightness value of bdabc1 is 0.71.

The process color (four color CMYK) of #bdabc1 color hex is 0.02, 0.11, 0.00, 0.24. Web safe color of #bdabc1 is #cc99cc. Color #bdabc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11000001
Octal 275 253 301
Decimal 189 171 193
Hex BD AB C1

RGB Percentages of Color #bdabc1

%34.18
%30.92
%34.90

CMYK Percentages of Color #bdabc1

%2
%11
%0
%24

Triadic Colors of #bdabc1

#bdabc1 #c1bdab #abc1bd

Analogous Colors of #bdabc1

#bdabc1 #c1abba #b2abc1

Monochromatic Colors of #bdabc1

#bdabc1

Complementary Color

#bdabc1 #afc1ab

#bdabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabc1 Color CSS Codes

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

#bdabc1 Text Font Color

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

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


#bdabc1 Background Color

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

This div background color is #bdabc1


#bdabc1 Border Color

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

This div border color is #bdabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabc1


Comments

No comments written yet.

Please login to write comment.