Color Hex Logo

#bcac54 Color Hex

#BCAC54
(188,172,84)
0 Favorites   0 Comments

Color spaces of #bcac54

RGB 18817284
HSL0.140.440.53
HSV51°55°74°
CMYK 0.000.090.55   0.26
XYZ37.091840.836514.3148
Yxy40.83650.40210.4427
Hunter Lab63.9034-8.223431.4511
CIE-Lab70.0612-5.569346.6851

#bcac54 color RGB value is (188,172,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 01010100
Octal 274 254 124
Decimal 188 172 84
Hex BC AC 54

RGB Percentages of Color #bcac54

%42.34
%38.74
%18.92

CMYK Percentages of Color #bcac54

%0
%9
%55
%26

Triadic Colors of #bcac54

#bcac54 #54bcac #ac54bc

Analogous Colors of #bcac54

#bcac54 #98bc54 #bc7854

Monochromatic Colors of #bcac54

#bcac54

Complementary Color

#bcac54 #5464bc

#bcac54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac54 Color CSS Codes

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

#bcac54 Text Font Color

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

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


#bcac54 Background Color

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

This div background color is #bcac54


#bcac54 Border Color

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

This div border color is #bcac54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac54

#bcac54 Color Palettes


Comments

No comments written yet.

Please login to write comment.