Color Hex Logo

#bcb000 Color Hex

#BCB000
(188,176,0)
0 Favorites   0 Comments

Color spaces of #bcb000

RGB 1881760
HSL0.161.000.37
HSV56°100°74°
CMYK 0.000.061.00   0.26
XYZ36.264441.74206.1457
Yxy41.74200.43090.4960
Hunter Lab64.6080-12.872339.5858
CIE-Lab70.6927-11.028472.7516

#bcb000 color RGB value is (188,176,0).

#bcb000 hex color red value is 188, green value is 176 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bcb000 hue: 0.16 , saturation: 1.00 and the lightness value of bcb000 is 0.37.

The process color (four color CMYK) of #bcb000 color hex is 0.00, 0.06, 1.00, 0.26. Web safe color of #bcb000 is #cc9900. Color #bcb000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 00000000
Octal 274 260 0
Decimal 188 176 0
Hex BC B0 0

RGB Percentages of Color #bcb000

%51.65
%48.35
%0.00

CMYK Percentages of Color #bcb000

%0
%6
%100
%26

Triadic Colors of #bcb000

#bcb000 #00bcb0 #b000bc

Analogous Colors of #bcb000

#bcb000 #6abc00 #bc5200

Monochromatic Colors of #bcb000

#bcb000

Complementary Color

#bcb000 #000cbc

#bcb000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb000 Color CSS Codes

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

#bcb000 Text Font Color

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

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


#bcb000 Background Color

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

This div background color is #bcb000


#bcb000 Border Color

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

This div border color is #bcb000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb000


Comments

No comments written yet.

Please login to write comment.