Color Hex Logo

#bca39c Color Hex

#BCA39C
(188,163,156)
0 Favorites   0 Comments

Color spaces of #bca39c

RGB 188163156
HSL0.040.190.67
HSV13°17°74°
CMYK 0.000.130.17   0.26
XYZ39.837039.286136.9358
Yxy39.28610.34320.3385
Hunter Lab62.67863.76268.9361
CIE-Lab68.95807.98656.9949

#bca39c color RGB value is (188,163,156).

#bca39c hex color red value is 188, green value is 163 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bca39c hue: 0.04 , saturation: 0.19 and the lightness value of bca39c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 10011100
Octal 274 243 234
Decimal 188 163 156
Hex BC A3 9C

RGB Percentages of Color #bca39c

%37.08
%32.15
%30.77

CMYK Percentages of Color #bca39c

%0
%13
%17
%26

Triadic Colors of #bca39c

#bca39c #9cbca3 #a39cbc

Analogous Colors of #bca39c

#bca39c #bcb39c #bc9ca5

Monochromatic Colors of #bca39c

#bca39c

Complementary Color

#bca39c #9cb5bc

#bca39c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca39c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca39c Color CSS Codes

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

#bca39c Text Font Color

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

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


#bca39c Background Color

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

This div background color is #bca39c


#bca39c Border Color

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

This div border color is #bca39c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca39c

#bca39c Color Palettes


Comments

No comments written yet.

Please login to write comment.