Color Hex Logo

#bcaca6 Color Hex

#BCACA6
(188,172,166)
0 Favorites   0 Comments

Color spaces of #bcaca6

RGB 188172166
HSL0.050.140.69
HSV16°12°74°
CMYK 0.000.090.12   0.26
XYZ42.374542.949642.1331
Yxy42.94960.33250.3370
Hunter Lab65.53590.72747.7576
CIE-Lab71.52074.72205.1559

#bcaca6 color RGB value is (188,172,166).

#bcaca6 hex color red value is 188, green value is 172 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bcaca6 hue: 0.05 , saturation: 0.14 and the lightness value of bcaca6 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10100110
Octal 274 254 246
Decimal 188 172 166
Hex BC AC A6

RGB Percentages of Color #bcaca6

%35.74
%32.70
%31.56

CMYK Percentages of Color #bcaca6

%0
%9
%12
%26

Triadic Colors of #bcaca6

#bcaca6 #a6bcac #aca6bc

Analogous Colors of #bcaca6

#bcaca6 #bcb7a6 #bca6ab

Monochromatic Colors of #bcaca6

#bcaca6

Complementary Color

#bcaca6 #a6b6bc

#bcaca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaca6 Color CSS Codes

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

#bcaca6 Text Font Color

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

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


#bcaca6 Background Color

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

This div background color is #bcaca6


#bcaca6 Border Color

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

This div border color is #bcaca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaca6


Comments

No comments written yet.

Please login to write comment.