Color Hex Logo

#bca036 Color Hex

#BCA036
(188,160,54)
0 Favorites   0 Comments

Color spaces of #bca036

RGB 18816054
HSL0.130.550.47
HSV47°71°74°
CMYK 0.000.150.71   0.26
XYZ33.975736.09938.6672
Yxy36.09930.43150.4584
Hunter Lab60.0827-4.206133.5050
CIE-Lab66.5957-1.164556.3725

#bca036 color RGB value is (188,160,54).

#bca036 hex color red value is 188, green value is 160 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bca036 hue: 0.13 , saturation: 0.55 and the lightness value of bca036 is 0.47.

The process color (four color CMYK) of #bca036 color hex is 0.00, 0.15, 0.71, 0.26. Web safe color of #bca036 is #cc9933. Color #bca036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 00110110
Octal 274 240 66
Decimal 188 160 54
Hex BC A0 36

RGB Percentages of Color #bca036

%46.77
%39.80
%13.43

CMYK Percentages of Color #bca036

%0
%15
%71
%26

Triadic Colors of #bca036

#bca036 #36bca0 #a036bc

Analogous Colors of #bca036

#bca036 #95bc36 #bc5d36

Monochromatic Colors of #bca036

#bca036

Complementary Color

#bca036 #3652bc

#bca036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca036 Color CSS Codes

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

#bca036 Text Font Color

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

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


#bca036 Background Color

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

This div background color is #bca036


#bca036 Border Color

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

This div border color is #bca036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca036


Comments

No comments written yet.

Please login to write comment.