Color Hex Logo

#bca987 Color Hex

#BCA987
(188,169,135)
0 Favorites   0 Comments

Color spaces of #bca987

RGB 188169135
HSL0.110.280.63
HSV38°28°74°
CMYK 0.000.100.28   0.26
XYZ39.300240.816628.7287
Yxy40.81660.36110.3750
Hunter Lab63.8879-2.000718.0604
CIE-Lab70.04721.603220.0804

#bca987 color RGB value is (188,169,135).

#bca987 hex color red value is 188, green value is 169 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bca987 hue: 0.11 , saturation: 0.28 and the lightness value of bca987 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 10000111
Octal 274 251 207
Decimal 188 169 135
Hex BC A9 87

RGB Percentages of Color #bca987

%38.21
%34.35
%27.44

CMYK Percentages of Color #bca987

%0
%10
%28
%26

Triadic Colors of #bca987

#bca987 #87bca9 #a987bc

Analogous Colors of #bca987

#bca987 #b5bc87 #bc8f87

Monochromatic Colors of #bca987

#bca987

Complementary Color

#bca987 #879abc

#bca987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca987 Color CSS Codes

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

#bca987 Text Font Color

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

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


#bca987 Background Color

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

This div background color is #bca987


#bca987 Border Color

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

This div border color is #bca987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca987


Comments

No comments written yet.

Please login to write comment.