Color Hex Logo

#bcaaa7 Color Hex

#BCAAA7
(188,170,167)
0 Favorites   0 Comments

Color spaces of #bcaaa7

RGB 188170167
HSL0.020.140.70
HSV11°74°
CMYK 0.000.100.11   0.26
XYZ42.088842.230842.4923
Yxy42.23080.33190.3330
Hunter Lab64.98521.88446.7213
CIE-Lab71.02985.97803.8964

#bcaaa7 color RGB value is (188,170,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 10100111
Octal 274 252 247
Decimal 188 170 167
Hex BC AA A7

RGB Percentages of Color #bcaaa7

%35.81
%32.38
%31.81

CMYK Percentages of Color #bcaaa7

%0
%10
%11
%26

Triadic Colors of #bcaaa7

#bcaaa7 #a7bcaa #aaa7bc

Analogous Colors of #bcaaa7

#bcaaa7 #bcb5a7 #bca7af

Monochromatic Colors of #bcaaa7

#bcaaa7

Complementary Color

#bcaaa7 #a7b9bc

#bcaaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaa7 Color CSS Codes

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

#bcaaa7 Text Font Color

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

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


#bcaaa7 Background Color

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

This div background color is #bcaaa7


#bcaaa7 Border Color

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

This div border color is #bcaaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaa7


Comments

No comments written yet.

Please login to write comment.