Color Hex Logo

#bbbab4 Color Hex

#BBBAB4
(187,186,180)
0 Favorites   0 Comments

Color spaces of #bbbab4

RGB 187186180
HSL0.140.050.72
HSV51°73°
CMYK 0.000.010.04   0.27
XYZ46.290648.977950.1939
Yxy48.97790.31820.3367
Hunter Lab69.9842-4.40476.4651
CIE-Lab75.4376-0.73923.1515

#bbbab4 color RGB value is (187,186,180).

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

The process color (four color CMYK) of #bbbab4 color hex is 0.00, 0.01, 0.04, 0.27. Web safe color of #bbbab4 is #cccccc. Color #bbbab4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 10110100
Octal 273 272 264
Decimal 187 186 180
Hex BB BA B4

RGB Percentages of Color #bbbab4

%33.82
%33.63
%32.55

CMYK Percentages of Color #bbbab4

%0
%1
%4
%27

Triadic Colors of #bbbab4

#bbbab4 #b4bbba #bab4bb

Analogous Colors of #bbbab4

#bbbab4 #b9bbb4 #bbb7b4

Monochromatic Colors of #bbbab4

#bbbab4

Complementary Color

#bbbab4 #b4b5bb

#bbbab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbab4 Color CSS Codes

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

#bbbab4 Text Font Color

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

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


#bbbab4 Background Color

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

This div background color is #bbbab4


#bbbab4 Border Color

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

This div border color is #bbbab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbab4


Comments

No comments written yet.

Please login to write comment.