Color Hex Logo

#bca689 Color Hex

#BCA689
(188,166,137)
0 Favorites   0 Comments

Color spaces of #bca689

RGB 188166137
HSL0.090.280.64
HSV34°27°74°
CMYK 0.000.120.27   0.26
XYZ38.890639.769929.2935
Yxy39.76990.36030.3684
Hunter Lab63.0634-0.281616.6036
CIE-Lab69.30533.502417.9660

#bca689 color RGB value is (188,166,137).

#bca689 hex color red value is 188, green value is 166 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bca689 hue: 0.09 , saturation: 0.28 and the lightness value of bca689 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10001001
Octal 274 246 211
Decimal 188 166 137
Hex BC A6 89

RGB Percentages of Color #bca689

%38.29
%33.81
%27.90

CMYK Percentages of Color #bca689

%0
%12
%27
%26

Triadic Colors of #bca689

#bca689 #89bca6 #a689bc

Analogous Colors of #bca689

#bca689 #b9bc89 #bc8d89

Monochromatic Colors of #bca689

#bca689

Complementary Color

#bca689 #899fbc

#bca689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca689 Color CSS Codes

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

#bca689 Text Font Color

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

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


#bca689 Background Color

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

This div background color is #bca689


#bca689 Border Color

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

This div border color is #bca689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca689


Comments

No comments written yet.

Please login to write comment.