Color Hex Logo

#bcab7e Color Hex

#BCAB7E
(188,171,126)
0 Favorites   0 Comments

Color spaces of #bcab7e

RGB 188171126
HSL0.120.320.62
HSV44°33°74°
CMYK 0.000.090.33   0.26
XYZ39.067841.323525.6558
Yxy41.32350.36840.3897
Hunter Lab64.2834-4.013621.3354
CIE-Lab70.4020-0.661625.4391

#bcab7e color RGB value is (188,171,126).

#bcab7e hex color red value is 188, green value is 171 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bcab7e hue: 0.12 , saturation: 0.32 and the lightness value of bcab7e is 0.62.

The process color (four color CMYK) of #bcab7e color hex is 0.00, 0.09, 0.33, 0.26. Web safe color of #bcab7e is #cc9966. Color #bcab7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 01111110
Octal 274 253 176
Decimal 188 171 126
Hex BC AB 7E

RGB Percentages of Color #bcab7e

%38.76
%35.26
%25.98

CMYK Percentages of Color #bcab7e

%0
%9
%33
%26

Triadic Colors of #bcab7e

#bcab7e #7ebcab #ab7ebc

Analogous Colors of #bcab7e

#bcab7e #aebc7e #bc8c7e

Monochromatic Colors of #bcab7e

#bcab7e

Complementary Color

#bcab7e #7e8fbc

#bcab7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab7e Color CSS Codes

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

#bcab7e Text Font Color

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

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


#bcab7e Background Color

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

This div background color is #bcab7e


#bcab7e Border Color

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

This div border color is #bcab7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab7e

#bcab7e Color Palettes


Comments

No comments written yet.

Please login to write comment.