Color Hex Logo

#bca10f Color Hex

#BCA10F
(188,161,15)
0 Favorites   0 Comments

Color spaces of #bca10f

RGB 18816115
HSL0.140.850.40
HSV51°92°74°
CMYK 0.000.140.92   0.26
XYZ33.570136.21565.6729
Yxy36.21560.44490.4799
Hunter Lab60.1794-5.740636.5365
CIE-Lab66.6843-2.964267.8607

#bca10f color RGB value is (188,161,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 00001111
Octal 274 241 17
Decimal 188 161 15
Hex BC A1 F

RGB Percentages of Color #bca10f

%51.65
%44.23
%4.12

CMYK Percentages of Color #bca10f

%0
%14
%92
%26

Triadic Colors of #bca10f

#bca10f #0fbca1 #a10fbc

Analogous Colors of #bca10f

#bca10f #81bc0f #bc4a0f

Monochromatic Colors of #bca10f

#bca10f

Complementary Color

#bca10f #0f2abc

#bca10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca10f Color CSS Codes

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

#bca10f Text Font Color

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

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


#bca10f Background Color

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

This div background color is #bca10f


#bca10f Border Color

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

This div border color is #bca10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca10f


Comments

No comments written yet.

Please login to write comment.