Color Hex Logo

#bcaba1 Color Hex

#BCABA1
(188,171,161)
0 Favorites   0 Comments

Color spaces of #bcaba1

RGB 188171161
HSL0.060.170.68
HSV22°14°74°
CMYK 0.000.090.14   0.26
XYZ41.735042.390439.7007
Yxy42.39040.33700.3423
Hunter Lab65.10790.48199.4224
CIE-Lab71.13934.43517.3586

#bcaba1 color RGB value is (188,171,161).

#bcaba1 hex color red value is 188, green value is 171 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bcaba1 hue: 0.06 , saturation: 0.17 and the lightness value of bcaba1 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 10100001
Octal 274 253 241
Decimal 188 171 161
Hex BC AB A1

RGB Percentages of Color #bcaba1

%36.15
%32.88
%30.96

CMYK Percentages of Color #bcaba1

%0
%9
%14
%26

Triadic Colors of #bcaba1

#bcaba1 #a1bcab #aba1bc

Analogous Colors of #bcaba1

#bcaba1 #bcb9a1 #bca1a5

Monochromatic Colors of #bcaba1

#bcaba1

Complementary Color

#bcaba1 #a1b2bc

#bcaba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaba1 Color CSS Codes

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

#bcaba1 Text Font Color

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

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


#bcaba1 Background Color

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

This div background color is #bcaba1


#bcaba1 Border Color

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

This div border color is #bcaba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaba1


Comments

No comments written yet.

Please login to write comment.