Color Hex Logo

#bcab89 Color Hex

#BCAB89
(188,171,137)
0 Favorites   0 Comments

Color spaces of #bcab89

RGB 188171137
HSL0.110.280.64
HSV40°27°74°
CMYK 0.000.090.27   0.26
XYZ39.817341.623329.6024
Yxy41.62330.35860.3748
Hunter Lab64.5161-2.738717.9568
CIE-Lab70.61040.802319.7639

#bcab89 color RGB value is (188,171,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 10001001
Octal 274 253 211
Decimal 188 171 137
Hex BC AB 89

RGB Percentages of Color #bcab89

%37.90
%34.48
%27.62

CMYK Percentages of Color #bcab89

%0
%9
%27
%26

Triadic Colors of #bcab89

#bcab89 #89bcab #ab89bc

Analogous Colors of #bcab89

#bcab89 #b4bc89 #bc9289

Monochromatic Colors of #bcab89

#bcab89

Complementary Color

#bcab89 #899abc

#bcab89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab89 Color CSS Codes

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

#bcab89 Text Font Color

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

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


#bcab89 Background Color

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

This div background color is #bcab89


#bcab89 Border Color

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

This div border color is #bcab89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab89


Comments

No comments written yet.

Please login to write comment.