Color Hex Logo

#b5bcaa Color Hex

#B5BCAA
(181,188,170)
0 Favorites   0 Comments

Color spaces of #b5bcaa

RGB 181188170
HSL0.230.120.70
HSV83°10°74°
CMYK 0.040.000.10   0.26
XYZ44.295048.692545.0942
Yxy48.69250.32080.3526
Hunter Lab69.7800-8.806710.5308
CIE-Lab75.2596-5.70848.2650

#b5bcaa color RGB value is (181,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111100 10101010
Octal 265 274 252
Decimal 181 188 170
Hex B5 BC AA

RGB Percentages of Color #b5bcaa

%33.58
%34.88
%31.54

CMYK Percentages of Color #b5bcaa

%4
%0
%10
%26

Triadic Colors of #b5bcaa

#b5bcaa #aab5bc #bcaab5

Analogous Colors of #b5bcaa

#b5bcaa #acbcaa #bcbaaa

Monochromatic Colors of #b5bcaa

#b5bcaa

Complementary Color

#b5bcaa #b1aabc

#b5bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bcaa Color CSS Codes

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

#b5bcaa Text Font Color

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

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


#b5bcaa Background Color

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

This div background color is #b5bcaa


#b5bcaa Border Color

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

This div border color is #b5bcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,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 #b5bcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bcaa


Comments

No comments written yet.

Please login to write comment.