Color Hex Logo

#b8bcaa Color Hex

#B8BCAA
(184,188,170)
0 Favorites   0 Comments

Color spaces of #b8bcaa

RGB 184188170
HSL0.200.120.70
HSV73°10°74°
CMYK 0.020.000.10   0.26
XYZ45.006149.059145.1275
Yxy49.05910.32330.3525
Hunter Lab70.0422-7.877410.8296
CIE-Lab75.4881-4.62978.6222

#b8bcaa color RGB value is (184,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111100 10101010
Octal 270 274 252
Decimal 184 188 170
Hex B8 BC AA

RGB Percentages of Color #b8bcaa

%33.95
%34.69
%31.37

CMYK Percentages of Color #b8bcaa

%2
%0
%10
%26

Triadic Colors of #b8bcaa

#b8bcaa #aab8bc #bcaab8

Analogous Colors of #b8bcaa

#b8bcaa #afbcaa #bcb7aa

Monochromatic Colors of #b8bcaa

#b8bcaa

Complementary Color

#b8bcaa #aeaabc

#b8bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bcaa Color CSS Codes

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

#b8bcaa Text Font Color

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

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


#b8bcaa Background Color

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

This div background color is #b8bcaa


#b8bcaa Border Color

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

This div border color is #b8bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bcaa


Comments

No comments written yet.

Please login to write comment.