Color Hex Logo

#bcaaa3 Color Hex

#BCAAA3
(188,170,163)
0 Favorites   0 Comments

Color spaces of #bcaaa3

RGB 188170163
HSL0.050.160.69
HSV17°13°74°
CMYK 0.000.100.13   0.26
XYZ41.724642.085240.5745
Yxy42.08520.33540.3383
Hunter Lab64.87311.27848.3286
CIE-Lab70.92965.30715.9565

#bcaaa3 color RGB value is (188,170,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 10100011
Octal 274 252 243
Decimal 188 170 163
Hex BC AA A3

RGB Percentages of Color #bcaaa3

%36.08
%32.63
%31.29

CMYK Percentages of Color #bcaaa3

%0
%10
%13
%26

Triadic Colors of #bcaaa3

#bcaaa3 #a3bcaa #aaa3bc

Analogous Colors of #bcaaa3

#bcaaa3 #bcb7a3 #bca3a9

Monochromatic Colors of #bcaaa3

#bcaaa3

Complementary Color

#bcaaa3 #a3b5bc

#bcaaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaa3 Color CSS Codes

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

#bcaaa3 Text Font Color

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

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


#bcaaa3 Background Color

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

This div background color is #bcaaa3


#bcaaa3 Border Color

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

This div border color is #bcaaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaa3


Comments

No comments written yet.

Please login to write comment.