Color Hex Logo

#bcb53a Color Hex

#BCB53A
(188,181,58)
0 Favorites   0 Comments

Color spaces of #bcb53a

RGB 18818158
HSL0.160.530.48
HSV57°69°74°
CMYK 0.000.040.69   0.26
XYZ38.026644.044610.5002
Yxy44.04460.41080.4758
Hunter Lab66.3661-13.863437.0756
CIE-Lab72.2583-11.995460.4540

#bcb53a color RGB value is (188,181,58).

#bcb53a hex color red value is 188, green value is 181 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bcb53a hue: 0.16 , saturation: 0.53 and the lightness value of bcb53a is 0.48.

The process color (four color CMYK) of #bcb53a color hex is 0.00, 0.04, 0.69, 0.26. Web safe color of #bcb53a is #cccc33. Color #bcb53a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 00111010
Octal 274 265 72
Decimal 188 181 58
Hex BC B5 3A

RGB Percentages of Color #bcb53a

%44.03
%42.39
%13.58

CMYK Percentages of Color #bcb53a

%0
%4
%69
%26

Triadic Colors of #bcb53a

#bcb53a #3abcb5 #b53abc

Analogous Colors of #bcb53a

#bcb53a #82bc3a #bc743a

Monochromatic Colors of #bcb53a

#bcb53a

Complementary Color

#bcb53a #3a41bc

#bcb53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb53a Color CSS Codes

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

#bcb53a Text Font Color

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

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


#bcb53a Background Color

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

This div background color is #bcb53a


#bcb53a Border Color

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

This div border color is #bcb53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb53a


Comments

No comments written yet.

Please login to write comment.