Color Hex Logo

#bcac29 Color Hex

#BCAC29
(188,172,41)
0 Favorites   0 Comments

Color spaces of #bcac29

RGB 18817241
HSL0.150.640.45
HSV53°78°74°
CMYK 0.000.090.78   0.26
XYZ35.891840.35657.9957
Yxy40.35650.42600.4790
Hunter Lab63.5268-10.321737.0063
CIE-Lab69.7227-8.093764.0457

#bcac29 color RGB value is (188,172,41).

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

The process color (four color CMYK) of #bcac29 color hex is 0.00, 0.09, 0.78, 0.26. Web safe color of #bcac29 is #cc9933. Color #bcac29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 00101001
Octal 274 254 51
Decimal 188 172 41
Hex BC AC 29

RGB Percentages of Color #bcac29

%46.88
%42.89
%10.22

CMYK Percentages of Color #bcac29

%0
%9
%78
%26

Triadic Colors of #bcac29

#bcac29 #29bcac #ac29bc

Analogous Colors of #bcac29

#bcac29 #83bc29 #bc6329

Monochromatic Colors of #bcac29

#bcac29

Complementary Color

#bcac29 #2939bc

#bcac29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac29 Color CSS Codes

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

#bcac29 Text Font Color

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

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


#bcac29 Background Color

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

This div background color is #bcac29


#bcac29 Border Color

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

This div border color is #bcac29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac29


Comments

No comments written yet.

Please login to write comment.