Color Hex Logo

#bcba9f Color Hex

#BCBA9F
(188,186,159)
0 Favorites   0 Comments

Color spaces of #bcba9f

RGB 188186159
HSL0.160.180.68
HSV56°15°74°
CMYK 0.000.010.15   0.26
XYZ44.556048.312439.7778
Yxy48.31240.33590.3642
Hunter Lab69.5071-7.214014.7243
CIE-Lab75.0215-3.922313.9598

#bcba9f color RGB value is (188,186,159).

#bcba9f hex color red value is 188, green value is 186 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bcba9f hue: 0.16 , saturation: 0.18 and the lightness value of bcba9f is 0.68.

The process color (four color CMYK) of #bcba9f color hex is 0.00, 0.01, 0.15, 0.26. Web safe color of #bcba9f is #cccc99. Color #bcba9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 10011111
Octal 274 272 237
Decimal 188 186 159
Hex BC BA 9F

RGB Percentages of Color #bcba9f

%35.27
%34.90
%29.83

CMYK Percentages of Color #bcba9f

%0
%1
%15
%26

Triadic Colors of #bcba9f

#bcba9f #9fbcba #ba9fbc

Analogous Colors of #bcba9f

#bcba9f #b0bc9f #bcac9f

Monochromatic Colors of #bcba9f

#bcba9f

Complementary Color

#bcba9f #9fa1bc

#bcba9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcba9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcba9f Color CSS Codes

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

#bcba9f Text Font Color

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

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


#bcba9f Background Color

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

This div background color is #bcba9f


#bcba9f Border Color

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

This div border color is #bcba9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcba9f


Comments

No comments written yet.

Please login to write comment.