Color Hex Logo

#bcbc2c Color Hex

#BCBC2C
(188,188,44)
0 Favorites   0 Comments

Color spaces of #bcbc2c

RGB 18818844
HSL0.170.620.45
HSV60°77°74°
CMYK 0.000.000.77   0.26
XYZ39.176946.83979.3590
Yxy46.83970.41080.4911
Hunter Lab68.4395-17.590339.7999
CIE-Lab74.0871-16.200167.0580

#bcbc2c color RGB value is (188,188,44).

#bcbc2c hex color red value is 188, green value is 188 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bcbc2c hue: 0.17 , saturation: 0.62 and the lightness value of bcbc2c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 00101100
Octal 274 274 54
Decimal 188 188 44
Hex BC BC 2C

RGB Percentages of Color #bcbc2c

%44.76
%44.76
%10.48

CMYK Percentages of Color #bcbc2c

%0
%0
%77
%26

Triadic Colors of #bcbc2c

#bcbc2c #2cbcbc #bc2cbc

Analogous Colors of #bcbc2c

#bcbc2c #74bc2c #bc742c

Monochromatic Colors of #bcbc2c

#bcbc2c

Complementary Color

#bcbc2c #2c2cbc

#bcbc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbc2c Color CSS Codes

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

#bcbc2c Text Font Color

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

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


#bcbc2c Background Color

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

This div background color is #bcbc2c


#bcbc2c Border Color

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

This div border color is #bcbc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbc2c


Comments

No comments written yet.

Please login to write comment.