Color Hex Logo

#bcacaa Color Hex

#BCACAA
(188,172,170)
0 Favorites   0 Comments

Color spaces of #bcacaa

RGB 188172170
HSL0.020.120.70
HSV10°74°
CMYK 0.000.090.10   0.26
XYZ42.747343.098744.0961
Yxy43.09870.32900.3317
Hunter Lab65.64961.34236.1303
CIE-Lab71.62195.40283.1012

#bcacaa color RGB value is (188,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10101010
Octal 274 254 252
Decimal 188 172 170
Hex BC AC AA

RGB Percentages of Color #bcacaa

%35.47
%32.45
%32.08

CMYK Percentages of Color #bcacaa

%0
%9
%10
%26

Triadic Colors of #bcacaa

#bcacaa #aabcac #acaabc

Analogous Colors of #bcacaa

#bcacaa #bcb5aa #bcaab1

Monochromatic Colors of #bcacaa

#bcacaa

Complementary Color

#bcacaa #aababc

#bcacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacaa Color CSS Codes

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

#bcacaa Text Font Color

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

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


#bcacaa Background Color

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

This div background color is #bcacaa


#bcacaa Border Color

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

This div border color is #bcacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacaa

#bcacaa Color Palettes


Comments

No comments written yet.

Please login to write comment.