Color Hex Logo

#bc980b Color Hex

#BC980B
(188,152,11)
0 Favorites   0 Comments

Color spaces of #bc980b

RGB 18815211
HSL0.130.890.39
HSV48°94°74°
CMYK 0.000.190.94   0.26
XYZ32.027733.17205.0314
Yxy33.17200.45600.4723
Hunter Lab57.5951-1.530635.1371
CIE-Lab64.29991.815466.6787

#bc980b color RGB value is (188,152,11).

#bc980b hex color red value is 188, green value is 152 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bc980b hue: 0.13 , saturation: 0.89 and the lightness value of bc980b is 0.39.

The process color (four color CMYK) of #bc980b color hex is 0.00, 0.19, 0.94, 0.26. Web safe color of #bc980b is #cc9900. Color #bc980b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 00001011
Octal 274 230 13
Decimal 188 152 11
Hex BC 98 B

RGB Percentages of Color #bc980b

%53.56
%43.30
%3.13

CMYK Percentages of Color #bc980b

%0
%19
%94
%26

Triadic Colors of #bc980b

#bc980b #0bbc98 #980bbc

Analogous Colors of #bc980b

#bc980b #88bc0b #bc400b

Monochromatic Colors of #bc980b

#bc980b

Complementary Color

#bc980b #0b2fbc

#bc980b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc980b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc980b Color CSS Codes

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

#bc980b Text Font Color

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

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


#bc980b Background Color

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

This div background color is #bc980b


#bc980b Border Color

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

This div border color is #bc980b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc980b


Comments

No comments written yet.

Please login to write comment.