Color Hex Logo

#bcba3f Color Hex

#BCBA3F
(188,186,63)
0 Favorites   0 Comments

Color spaces of #bcba3f

RGB 18818663
HSL0.160.500.49
HSV59°66°74°
CMYK 0.000.010.66   0.26
XYZ39.195146.168111.5481
Yxy46.16810.40440.4764
Hunter Lab67.9471-15.940237.4862
CIE-Lab73.6545-14.277659.9064

#bcba3f color RGB value is (188,186,63).

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

The process color (four color CMYK) of #bcba3f color hex is 0.00, 0.01, 0.66, 0.26. Web safe color of #bcba3f is #cccc33. Color #bcba3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 00111111
Octal 274 272 77
Decimal 188 186 63
Hex BC BA 3F

RGB Percentages of Color #bcba3f

%43.02
%42.56
%14.42

CMYK Percentages of Color #bcba3f

%0
%1
%66
%26

Triadic Colors of #bcba3f

#bcba3f #3fbcba #ba3fbc

Analogous Colors of #bcba3f

#bcba3f #80bc3f #bc7c3f

Monochromatic Colors of #bcba3f

#bcba3f

Complementary Color

#bcba3f #3f41bc

#bcba3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcba3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcba3f Color CSS Codes

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

#bcba3f Text Font Color

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

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


#bcba3f Background Color

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

This div background color is #bcba3f


#bcba3f Border Color

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

This div border color is #bcba3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcba3f


Comments

No comments written yet.

Please login to write comment.