Color Hex Logo

#bcbb3e Color Hex

#BCBB3E
(188,187,62)
0 Favorites   0 Comments

Color spaces of #bcbb3e

RGB 18818762
HSL0.170.500.49
HSV60°67°74°
CMYK 0.000.010.67   0.26
XYZ39.378946.579811.4727
Yxy46.57980.40420.4781
Hunter Lab68.2494-16.444637.8079
CIE-Lab73.9202-14.842160.5711

#bcbb3e color RGB value is (188,187,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 00111110
Octal 274 273 76
Decimal 188 187 62
Hex BC BB 3E

RGB Percentages of Color #bcbb3e

%43.02
%42.79
%14.19

CMYK Percentages of Color #bcbb3e

%0
%1
%67
%26

Triadic Colors of #bcbb3e

#bcbb3e #3ebcbb #bb3ebc

Analogous Colors of #bcbb3e

#bcbb3e #7ebc3e #bc7c3e

Monochromatic Colors of #bcbb3e

#bcbb3e

Complementary Color

#bcbb3e #3e3fbc

#bcbb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbb3e Color CSS Codes

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

#bcbb3e Text Font Color

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

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


#bcbb3e Background Color

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

This div background color is #bcbb3e


#bcbb3e Border Color

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

This div border color is #bcbb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbb3e


Comments

No comments written yet.

Please login to write comment.