Color Hex Logo

#bca73e Color Hex

#BCA73E
(188,167,62)
0 Favorites   0 Comments

Color spaces of #bca73e

RGB 18816762
HSL0.140.500.49
HSV50°67°74°
CMYK 0.000.110.67   0.26
XYZ35.427338.676610.1555
Yxy38.67660.42050.4590
Hunter Lab62.1905-7.149533.8515
CIE-Lab68.5164-4.459855.0172

#bca73e color RGB value is (188,167,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 00111110
Octal 274 247 76
Decimal 188 167 62
Hex BC A7 3E

RGB Percentages of Color #bca73e

%45.08
%40.05
%14.87

CMYK Percentages of Color #bca73e

%0
%11
%67
%26

Triadic Colors of #bca73e

#bca73e #3ebca7 #a73ebc

Analogous Colors of #bca73e

#bca73e #92bc3e #bc683e

Monochromatic Colors of #bca73e

#bca73e

Complementary Color

#bca73e #3e53bc

#bca73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca73e Color CSS Codes

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

#bca73e Text Font Color

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

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


#bca73e Background Color

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

This div background color is #bca73e


#bca73e Border Color

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

This div border color is #bca73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca73e


Comments

No comments written yet.

Please login to write comment.