Color Hex Logo

#bbb8af Color Hex

#BBB8AF
(187,184,175)
0 Favorites   0 Comments

Color spaces of #bbb8af

RGB 187184175
HSL0.130.080.71
HSV45°73°
CMYK 0.000.020.06   0.27
XYZ45.371947.940947.4196
Yxy47.94090.32240.3407
Hunter Lab69.2394-4.19957.8619
CIE-Lab74.7876-0.55754.9316

#bbb8af color RGB value is (187,184,175).

#bbb8af hex color red value is 187, green value is 184 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bbb8af hue: 0.13 , saturation: 0.08 and the lightness value of bbb8af is 0.71.

The process color (four color CMYK) of #bbb8af color hex is 0.00, 0.02, 0.06, 0.27. Web safe color of #bbb8af is #cccc99. Color #bbb8af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 10101111
Octal 273 270 257
Decimal 187 184 175
Hex BB B8 AF

RGB Percentages of Color #bbb8af

%34.25
%33.70
%32.05

CMYK Percentages of Color #bbb8af

%0
%2
%6
%27

Triadic Colors of #bbb8af

#bbb8af #afbbb8 #b8afbb

Analogous Colors of #bbb8af

#bbb8af #b8bbaf #bbb2af

Monochromatic Colors of #bbb8af

#bbb8af

Complementary Color

#bbb8af #afb2bb

#bbb8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb8af Color CSS Codes

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

#bbb8af Text Font Color

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

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


#bbb8af Background Color

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

This div background color is #bbb8af


#bbb8af Border Color

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

This div border color is #bbb8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb8af

#bbb8af Color Palettes


Comments

No comments written yet.

Please login to write comment.