Color Hex Logo

#bcac35 Color Hex

#BCAC35
(188,172,53)
0 Favorites   0 Comments

Color spaces of #bcac35

RGB 18817253
HSL0.150.560.47
HSV53°72°74°
CMYK 0.000.090.72   0.26
XYZ36.134240.45359.2720
Yxy40.45350.42090.4712
Hunter Lab63.6031-9.895935.8789
CIE-Lab69.7913-7.577759.9258

#bcac35 color RGB value is (188,172,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 00110101
Octal 274 254 65
Decimal 188 172 53
Hex BC AC 35

RGB Percentages of Color #bcac35

%45.52
%41.65
%12.83

CMYK Percentages of Color #bcac35

%0
%9
%72
%26

Triadic Colors of #bcac35

#bcac35 #35bcac #ac35bc

Analogous Colors of #bcac35

#bcac35 #89bc35 #bc6935

Monochromatic Colors of #bcac35

#bcac35

Complementary Color

#bcac35 #3545bc

#bcac35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac35 Color CSS Codes

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

#bcac35 Text Font Color

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

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


#bcac35 Background Color

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

This div background color is #bcac35


#bcac35 Border Color

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

This div border color is #bcac35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac35


Comments

No comments written yet.

Please login to write comment.