Color Hex Logo

#bcac4d Color Hex

#BCAC4D
(188,172,77)
0 Favorites   0 Comments

Color spaces of #bcac4d

RGB 18817277
HSL0.140.450.52
HSV51°59°74°
CMYK 0.000.090.59   0.26
XYZ36.831140.732212.9421
Yxy40.73220.40690.4501
Hunter Lab63.8218-8.677032.6521
CIE-Lab69.9879-6.111249.9192

#bcac4d color RGB value is (188,172,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 01001101
Octal 274 254 115
Decimal 188 172 77
Hex BC AC 4D

RGB Percentages of Color #bcac4d

%43.02
%39.36
%17.62

CMYK Percentages of Color #bcac4d

%0
%9
%59
%26

Triadic Colors of #bcac4d

#bcac4d #4dbcac #ac4dbc

Analogous Colors of #bcac4d

#bcac4d #95bc4d #bc754d

Monochromatic Colors of #bcac4d

#bcac4d

Complementary Color

#bcac4d #4d5dbc

#bcac4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac4d Color CSS Codes

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

#bcac4d Text Font Color

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

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


#bcac4d Background Color

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

This div background color is #bcac4d


#bcac4d Border Color

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

This div border color is #bcac4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac4d


Comments

No comments written yet.

Please login to write comment.