Color Hex Logo

#bcab8e Color Hex

#BCAB8E
(188,171,142)
0 Favorites   0 Comments

Color spaces of #bcab8e

RGB 188171142
HSL0.110.260.65
HSV38°24°74°
CMYK 0.000.090.24   0.26
XYZ40.184441.770231.5357
Yxy41.77020.35410.3681
Hunter Lab64.6299-2.117716.3108
CIE-Lab70.71221.509817.1781

#bcab8e color RGB value is (188,171,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 10001110
Octal 274 253 216
Decimal 188 171 142
Hex BC AB 8E

RGB Percentages of Color #bcab8e

%37.52
%34.13
%28.34

CMYK Percentages of Color #bcab8e

%0
%9
%24
%26

Triadic Colors of #bcab8e

#bcab8e #8ebcab #ab8ebc

Analogous Colors of #bcab8e

#bcab8e #b6bc8e #bc948e

Monochromatic Colors of #bcab8e

#bcab8e

Complementary Color

#bcab8e #8e9fbc

#bcab8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab8e Color CSS Codes

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

#bcab8e Text Font Color

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

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


#bcab8e Background Color

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

This div background color is #bcab8e


#bcab8e Border Color

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

This div border color is #bcab8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab8e


Comments

No comments written yet.

Please login to write comment.