Color Hex Logo

#b8bcab Color Hex

#B8BCAB
(184,188,171)
0 Favorites   0 Comments

Color spaces of #b8bcab

RGB 184188171
HSL0.210.110.70
HSV74°74°
CMYK 0.020.000.09   0.26
XYZ45.101149.097145.6277
Yxy49.09710.32260.3511
Hunter Lab70.0693-7.727310.4401
CIE-Lab75.5117-4.45758.1140

#b8bcab color RGB value is (184,188,171).

#b8bcab hex color red value is 184, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b8bcab hue: 0.21 , saturation: 0.11 and the lightness value of b8bcab is 0.70.

The process color (four color CMYK) of #b8bcab color hex is 0.02, 0.00, 0.09, 0.26. Web safe color of #b8bcab is #cccc99. Color #b8bcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111100 10101011
Octal 270 274 253
Decimal 184 188 171
Hex B8 BC AB

RGB Percentages of Color #b8bcab

%33.89
%34.62
%31.49

CMYK Percentages of Color #b8bcab

%2
%0
%9
%26

Triadic Colors of #b8bcab

#b8bcab #abb8bc #bcabb8

Analogous Colors of #b8bcab

#b8bcab #b0bcab #bcb8ab

Monochromatic Colors of #b8bcab

#b8bcab

Complementary Color

#b8bcab #afabbc

#b8bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bcab Color CSS Codes

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

#b8bcab Text Font Color

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

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


#b8bcab Background Color

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

This div background color is #b8bcab


#b8bcab Border Color

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

This div border color is #b8bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bcab


Comments

No comments written yet.

Please login to write comment.