Color Hex Logo

#bca50f Color Hex

#BCA50F
(188,165,15)
0 Favorites   0 Comments

Color spaces of #bca50f

RGB 18816515
HSL0.140.850.40
HSV52°92°74°
CMYK 0.000.120.92   0.26
XYZ34.280437.63615.9097
Yxy37.63610.44050.4836
Hunter Lab61.3483-7.616637.2324
CIE-Lab67.7516-5.088968.6755

#bca50f color RGB value is (188,165,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 00001111
Octal 274 245 17
Decimal 188 165 15
Hex BC A5 F

RGB Percentages of Color #bca50f

%51.09
%44.84
%4.08

CMYK Percentages of Color #bca50f

%0
%12
%92
%26

Triadic Colors of #bca50f

#bca50f #0fbca5 #a50fbc

Analogous Colors of #bca50f

#bca50f #7dbc0f #bc4f0f

Monochromatic Colors of #bca50f

#bca50f

Complementary Color

#bca50f #0f26bc

#bca50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca50f Color CSS Codes

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

#bca50f Text Font Color

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

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


#bca50f Background Color

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

This div background color is #bca50f


#bca50f Border Color

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

This div border color is #bca50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca50f


Comments

No comments written yet.

Please login to write comment.