Color Hex Logo

#bca50e Color Hex

#BCA50E
(188,165,14)
0 Favorites   0 Comments

Color spaces of #bca50e

RGB 18816514
HSL0.140.860.40
HSV52°93°74°
CMYK 0.000.120.93   0.26
XYZ34.273437.63335.8730
Yxy37.63330.44060.4838
Hunter Lab61.3460-7.629337.2660
CIE-Lab67.7495-5.104268.8290

#bca50e color RGB value is (188,165,14).

#bca50e hex color red value is 188, green value is 165 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bca50e hue: 0.14 , saturation: 0.86 and the lightness value of bca50e is 0.40.

The process color (four color CMYK) of #bca50e color hex is 0.00, 0.12, 0.93, 0.26. Web safe color of #bca50e is #cc9900. Color #bca50e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 00001110
Octal 274 245 16
Decimal 188 165 14
Hex BC A5 E

RGB Percentages of Color #bca50e

%51.23
%44.96
%3.81

CMYK Percentages of Color #bca50e

%0
%12
%93
%26

Triadic Colors of #bca50e

#bca50e #0ebca5 #a50ebc

Analogous Colors of #bca50e

#bca50e #7cbc0e #bc4e0e

Monochromatic Colors of #bca50e

#bca50e

Complementary Color

#bca50e #0e25bc

#bca50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca50e Color CSS Codes

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

#bca50e Text Font Color

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

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


#bca50e Background Color

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

This div background color is #bca50e


#bca50e Border Color

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

This div border color is #bca50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca50e


Comments

No comments written yet.

Please login to write comment.