Color Hex Logo

#bcaba2 Color Hex

#BCABA2
(188,171,162)
0 Favorites   0 Comments

Color spaces of #bcaba2

RGB 188171162
HSL0.060.160.69
HSV21°14°74°
CMYK 0.000.090.14   0.26
XYZ41.823542.425840.1671
Yxy42.42580.33620.3410
Hunter Lab65.13510.62929.0320
CIE-Lab71.16354.59906.8430

#bcaba2 color RGB value is (188,171,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 10100010
Octal 274 253 242
Decimal 188 171 162
Hex BC AB A2

RGB Percentages of Color #bcaba2

%36.08
%32.82
%31.09

CMYK Percentages of Color #bcaba2

%0
%9
%14
%26

Triadic Colors of #bcaba2

#bcaba2 #a2bcab #aba2bc

Analogous Colors of #bcaba2

#bcaba2 #bcb8a2 #bca2a6

Monochromatic Colors of #bcaba2

#bcaba2

Complementary Color

#bcaba2 #a2b3bc

#bcaba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaba2 Color CSS Codes

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

#bcaba2 Text Font Color

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

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


#bcaba2 Background Color

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

This div background color is #bcaba2


#bcaba2 Border Color

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

This div border color is #bcaba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaba2

#bcaba2 Color Palettes


Comments

No comments written yet.

Please login to write comment.