Color Hex Logo

#bca43e Color Hex

#BCA43E
(188,164,62)
0 Favorites   0 Comments

Color spaces of #bca43e

RGB 18816462
HSL0.130.500.49
HSV49°67°74°
CMYK 0.000.130.67   0.26
XYZ34.884037.59019.9745
Yxy37.59010.42310.4559
Hunter Lab61.3108-5.732733.2718
CIE-Lab67.7174-2.865054.1818

#bca43e color RGB value is (188,164,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 00111110
Octal 274 244 76
Decimal 188 164 62
Hex BC A4 3E

RGB Percentages of Color #bca43e

%45.41
%39.61
%14.98

CMYK Percentages of Color #bca43e

%0
%13
%67
%26

Triadic Colors of #bca43e

#bca43e #3ebca4 #a43ebc

Analogous Colors of #bca43e

#bca43e #95bc3e #bc653e

Monochromatic Colors of #bca43e

#bca43e

Complementary Color

#bca43e #3e56bc

#bca43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca43e Color CSS Codes

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

#bca43e Text Font Color

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

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


#bca43e Background Color

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

This div background color is #bca43e


#bca43e Border Color

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

This div border color is #bca43e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,164,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 #bca43e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca43e


Comments

No comments written yet.

Please login to write comment.