Color Hex Logo

#bca03e Color Hex

#BCA03E
(188,160,62)
0 Favorites   0 Comments

Color spaces of #bca03e

RGB 18816062
HSL0.130.500.49
HSV47°67°74°
CMYK 0.000.150.67   0.26
XYZ34.179336.18089.7396
Yxy36.18080.42670.4517
Hunter Lab60.1505-3.834332.5051
CIE-Lab66.6578-0.724953.0683

#bca03e color RGB value is (188,160,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 00111110
Octal 274 240 76
Decimal 188 160 62
Hex BC A0 3E

RGB Percentages of Color #bca03e

%45.85
%39.02
%15.12

CMYK Percentages of Color #bca03e

%0
%15
%67
%26

Triadic Colors of #bca03e

#bca03e #3ebca0 #a03ebc

Analogous Colors of #bca03e

#bca03e #99bc3e #bc613e

Monochromatic Colors of #bca03e

#bca03e

Complementary Color

#bca03e #3e5abc

#bca03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca03e Color CSS Codes

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

#bca03e Text Font Color

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

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


#bca03e Background Color

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

This div background color is #bca03e


#bca03e Border Color

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

This div border color is #bca03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca03e


Comments

No comments written yet.

Please login to write comment.