Color Hex Logo

#bcbcaa Color Hex

#BCBCAA
(188,188,170)
0 Favorites   0 Comments

Color spaces of #bcbcaa

RGB 188188170
HSL0.170.120.70
HSV60°10°74°
CMYK 0.000.000.10   0.26
XYZ45.978049.560145.1730
Yxy49.56010.32680.3522
Hunter Lab70.3989-6.618611.2345
CIE-Lab75.7985-3.18229.1073

#bcbcaa color RGB value is (188,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 10101010
Octal 274 274 252
Decimal 188 188 170
Hex BC BC AA

RGB Percentages of Color #bcbcaa

%34.43
%34.43
%31.14

CMYK Percentages of Color #bcbcaa

%0
%0
%10
%26

Triadic Colors of #bcbcaa

#bcbcaa #aabcbc #bcaabc

Analogous Colors of #bcbcaa

#bcbcaa #b3bcaa #bcb3aa

Monochromatic Colors of #bcbcaa

#bcbcaa

Complementary Color

#bcbcaa #aaaabc

#bcbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcaa Color CSS Codes

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

#bcbcaa Text Font Color

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

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


#bcbcaa Background Color

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

This div background color is #bcbcaa


#bcbcaa Border Color

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

This div border color is #bcbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcaa


Comments

No comments written yet.

Please login to write comment.