color codes Logo

#bca60f color codes

#BCA60F
(188,166,15)
0 Favorites   0 Comments

Color spaces of #bca60f

RGB 18816615
HSL0.150.850.40
HSV52°92°74°
CMYK 0.000.120.92   0.26
XYZ34.461537.99835.9700
Yxy37.99830.43940.4845
Hunter Lab61.6428-8.084137.4078
CIE-Lab68.0194-5.617668.8806

#bca60f color RGB value is (188,166,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 00001111
Octal 274 246 17
Decimal 188 166 15
Hex BC A6 F

RGB Percentages of Color #bca60f

%50.95
%44.99
%4.07

CMYK Percentages of Color #bca60f

%0
%12
%92
%26

Triadic Colors of #bca60f

#bca60f #0fbca6 #a60fbc

Analogous Colors of #bca60f

#bca60f #7cbc0f #bc500f

Monochromatic Colors of #bca60f

#bca60f

Complementary Color

#bca60f #0f25bc

#bca60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca60f Color CSS Codes

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

#bca60f Text Font Color

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

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


#bca60f Background Color

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

This div background color is #bca60f


#bca60f Border Color

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

This div border color is #bca60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca60f


Comments

No comments written yet.

Please login to write comment.