Color Hex Logo

#bcabaa Color Hex

#BCABAA
(188,171,170)
0 Favorites   0 Comments

Color spaces of #bcabaa

RGB 188171170
HSL0.010.120.70
HSV10°74°
CMYK 0.000.090.10   0.26
XYZ42.557642.719544.0329
Yxy42.71950.32910.3304
Hunter Lab65.36021.84555.8087
CIE-Lab71.36425.94632.7276

#bcabaa color RGB value is (188,171,170).

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

The process color (four color CMYK) of #bcabaa color hex is 0.00, 0.09, 0.10, 0.26. Web safe color of #bcabaa is #cc9999. Color #bcabaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 10101010
Octal 274 253 252
Decimal 188 171 170
Hex BC AB AA

RGB Percentages of Color #bcabaa

%35.54
%32.33
%32.14

CMYK Percentages of Color #bcabaa

%0
%9
%10
%26

Triadic Colors of #bcabaa

#bcabaa #aabcab #abaabc

Analogous Colors of #bcabaa

#bcabaa #bcb4aa #bcaab2

Monochromatic Colors of #bcabaa

#bcabaa

Complementary Color

#bcabaa #aabbbc

#bcabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabaa Color CSS Codes

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

#bcabaa Text Font Color

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

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


#bcabaa Background Color

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

This div background color is #bcabaa


#bcabaa Border Color

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

This div border color is #bcabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabaa


Comments

No comments written yet.

Please login to write comment.