Color Hex Logo

#bca684 Color Hex

#BCA684
(188,166,132)
0 Favorites   0 Comments

Color spaces of #bca684

RGB 188166132
HSL0.100.290.63
HSV36°30°74°
CMYK 0.000.120.30   0.26
XYZ38.540139.629727.4478
Yxy39.62970.36490.3752
Hunter Lab62.9521-0.886218.2154
CIE-Lab69.20502.816520.5637

#bca684 color RGB value is (188,166,132).

#bca684 hex color red value is 188, green value is 166 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bca684 hue: 0.10 , saturation: 0.29 and the lightness value of bca684 is 0.63.

The process color (four color CMYK) of #bca684 color hex is 0.00, 0.12, 0.30, 0.26. Web safe color of #bca684 is #cc9999. Color #bca684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10000100
Octal 274 246 204
Decimal 188 166 132
Hex BC A6 84

RGB Percentages of Color #bca684

%38.68
%34.16
%27.16

CMYK Percentages of Color #bca684

%0
%12
%30
%26

Triadic Colors of #bca684

#bca684 #84bca6 #a684bc

Analogous Colors of #bca684

#bca684 #b6bc84 #bc8a84

Monochromatic Colors of #bca684

#bca684

Complementary Color

#bca684 #849abc

#bca684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca684 Color CSS Codes

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

#bca684 Text Font Color

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

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


#bca684 Background Color

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

This div background color is #bca684


#bca684 Border Color

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

This div border color is #bca684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca684


Comments

No comments written yet.

Please login to write comment.