Color Hex Logo

#bca584 Color Hex

#BCA584
(188,165,132)
0 Favorites   0 Comments

Color spaces of #bca584

RGB 188165132
HSL0.100.290.63
HSV35°30°74°
CMYK 0.000.120.30   0.26
XYZ38.359039.267627.3875
Yxy39.26760.36530.3739
Hunter Lab62.6639-0.394917.9518
CIE-Lab68.94473.357920.2075

#bca584 color RGB value is (188,165,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 10000100
Octal 274 245 204
Decimal 188 165 132
Hex BC A5 84

RGB Percentages of Color #bca584

%38.76
%34.02
%27.22

CMYK Percentages of Color #bca584

%0
%12
%30
%26

Triadic Colors of #bca584

#bca584 #84bca5 #a584bc

Analogous Colors of #bca584

#bca584 #b7bc84 #bc8984

Monochromatic Colors of #bca584

#bca584

Complementary Color

#bca584 #849bbc

#bca584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca584 Color CSS Codes

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

#bca584 Text Font Color

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

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


#bca584 Background Color

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

This div background color is #bca584


#bca584 Border Color

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

This div border color is #bca584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca584


Comments

No comments written yet.

Please login to write comment.