Color Hex Logo

#bcbaab Color Hex

#BCBAAB
(188,186,171)
0 Favorites   0 Comments

Color spaces of #bcbaab

RGB 188186171
HSL0.150.110.70
HSV53°74°
CMYK 0.000.010.09   0.26
XYZ45.648648.749545.5317
Yxy48.74950.32620.3484
Hunter Lab69.8208-5.483910.2103
CIE-Lab75.2952-1.95277.8459

#bcbaab color RGB value is (188,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 10101011
Octal 274 272 253
Decimal 188 186 171
Hex BC BA AB

RGB Percentages of Color #bcbaab

%34.50
%34.13
%31.38

CMYK Percentages of Color #bcbaab

%0
%1
%9
%26

Triadic Colors of #bcbaab

#bcbaab #abbcba #baabbc

Analogous Colors of #bcbaab

#bcbaab #b6bcab #bcb2ab

Monochromatic Colors of #bcbaab

#bcbaab

Complementary Color

#bcbaab #abadbc

#bcbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbaab Color CSS Codes

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

#bcbaab Text Font Color

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

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


#bcbaab Background Color

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

This div background color is #bcbaab


#bcbaab Border Color

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

This div border color is #bcbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbaab


Comments

No comments written yet.

Please login to write comment.