Color Hex Logo

#bab4bd Color Hex

#BAB4BD
(186,180,189)
0 Favorites   0 Comments

Color spaces of #bab4bd

RGB 186180189
HSL0.780.060.72
HSV280°74°
CMYK 0.020.050.00   0.26
XYZ45.756346.755754.7573
Yxy46.75570.31070.3175
Hunter Lab68.3781-0.21570.3852
CIE-Lab74.03323.7947-3.8167

#bab4bd color RGB value is (186,180,189).

#bab4bd hex color red value is 186, green value is 180 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bab4bd hue: 0.78 , saturation: 0.06 and the lightness value of bab4bd is 0.72.

The process color (four color CMYK) of #bab4bd color hex is 0.02, 0.05, 0.00, 0.26. Web safe color of #bab4bd is #cccccc. Color #bab4bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 10111101
Octal 272 264 275
Decimal 186 180 189
Hex BA B4 BD

RGB Percentages of Color #bab4bd

%33.51
%32.43
%34.05

CMYK Percentages of Color #bab4bd

%2
%5
%0
%26

Triadic Colors of #bab4bd

#bab4bd #bdbab4 #b4bdba

Analogous Colors of #bab4bd

#bab4bd #bdb4bc #b6b4bd

Monochromatic Colors of #bab4bd

#bab4bd

Complementary Color

#bab4bd #b7bdb4

#bab4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab4bd Color CSS Codes

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

#bab4bd Text Font Color

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

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


#bab4bd Background Color

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

This div background color is #bab4bd


#bab4bd Border Color

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

This div border color is #bab4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab4bd


Comments

No comments written yet.

Please login to write comment.