Color Hex Logo

#bcac4e Color Hex

#BCAC4E
(188,172,78)
0 Favorites   0 Comments

Color spaces of #bcac4e

RGB 18817278
HSL0.140.450.52
HSV51°59°74°
CMYK 0.000.090.59   0.26
XYZ36.866740.746513.1295
Yxy40.74650.40630.4490
Hunter Lab63.8330-8.615232.4880
CIE-Lab69.9979-6.037249.4642

#bcac4e color RGB value is (188,172,78).

#bcac4e hex color red value is 188, green value is 172 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bcac4e hue: 0.14 , saturation: 0.45 and the lightness value of bcac4e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 01001110
Octal 274 254 116
Decimal 188 172 78
Hex BC AC 4E

RGB Percentages of Color #bcac4e

%42.92
%39.27
%17.81

CMYK Percentages of Color #bcac4e

%0
%9
%59
%26

Triadic Colors of #bcac4e

#bcac4e #4ebcac #ac4ebc

Analogous Colors of #bcac4e

#bcac4e #95bc4e #bc754e

Monochromatic Colors of #bcac4e

#bcac4e

Complementary Color

#bcac4e #4e5ebc

#bcac4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac4e Color CSS Codes

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

#bcac4e Text Font Color

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

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


#bcac4e Background Color

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

This div background color is #bcac4e


#bcac4e Border Color

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

This div border color is #bcac4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac4e


Comments

No comments written yet.

Please login to write comment.