Color Hex Logo

#bcba9e Color Hex

#BCBA9E
(188,186,158)
0 Favorites   0 Comments

Color spaces of #bcba9e

RGB 188186158
HSL0.160.180.68
HSV56°16°74°
CMYK 0.000.010.16   0.26
XYZ44.469548.277839.3225
Yxy48.27780.33670.3655
Hunter Lab69.4822-7.351715.0832
CIE-Lab74.9998-4.080114.4699

#bcba9e color RGB value is (188,186,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 10011110
Octal 274 272 236
Decimal 188 186 158
Hex BC BA 9E

RGB Percentages of Color #bcba9e

%35.34
%34.96
%29.70

CMYK Percentages of Color #bcba9e

%0
%1
%16
%26

Triadic Colors of #bcba9e

#bcba9e #9ebcba #ba9ebc

Analogous Colors of #bcba9e

#bcba9e #afbc9e #bcab9e

Monochromatic Colors of #bcba9e

#bcba9e

Complementary Color

#bcba9e #9ea0bc

#bcba9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcba9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcba9e Color CSS Codes

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

#bcba9e Text Font Color

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

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


#bcba9e Background Color

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

This div background color is #bcba9e


#bcba9e Border Color

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

This div border color is #bcba9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcba9e


Comments

No comments written yet.

Please login to write comment.