Color Hex Logo

#bc8010 Color Hex

#BC8010
(188,128,16)
0 Favorites   0 Comments

Color spaces of #bc8010

RGB 18812816
HSL0.110.840.40
HSV39°91°74°
CMYK 0.000.320.91   0.26
XYZ28.551726.16714.0361
Yxy26.16710.48590.4454
Hunter Lab51.153810.111431.1296
CIE-Lab58.195315.056161.2376

#bc8010 color RGB value is (188,128,16).

#bc8010 hex color red value is 188, green value is 128 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bc8010 hue: 0.11 , saturation: 0.84 and the lightness value of bc8010 is 0.40.

The process color (four color CMYK) of #bc8010 color hex is 0.00, 0.32, 0.91, 0.26. Web safe color of #bc8010 is #cc9900. Color #bc8010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 00010000
Octal 274 200 20
Decimal 188 128 16
Hex BC 80 10

RGB Percentages of Color #bc8010

%56.63
%38.55
%4.82

CMYK Percentages of Color #bc8010

%0
%32
%91
%26

Triadic Colors of #bc8010

#bc8010 #10bc80 #8010bc

Analogous Colors of #bc8010

#bc8010 #a2bc10 #bc2a10

Monochromatic Colors of #bc8010

#bc8010

Complementary Color

#bc8010 #104cbc

#bc8010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8010 Color CSS Codes

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

#bc8010 Text Font Color

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

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


#bc8010 Background Color

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

This div background color is #bc8010


#bc8010 Border Color

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

This div border color is #bc8010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8010


Comments

No comments written yet.

Please login to write comment.