Color Hex Logo

#bcc73b Color Hex

#BCC73B
(188,199,59)
0 Favorites   0 Comments

Color spaces of #bcc73b

RGB 18819959
HSL0.180.560.51
HSV65°70°78°
CMYK 0.060.000.70   0.22
XYZ41.951951.854011.9354
Yxy51.85400.39670.4904
Hunter Lab72.0097-22.025340.5797
CIE-Lab77.1935-21.003364.9614

#bcc73b color RGB value is (188,199,59).

#bcc73b hex color red value is 188, green value is 199 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bcc73b hue: 0.18 , saturation: 0.56 and the lightness value of bcc73b is 0.51.

The process color (four color CMYK) of #bcc73b color hex is 0.06, 0.00, 0.70, 0.22. Web safe color of #bcc73b is #cccc33. Color #bcc73b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 00111011
Octal 274 307 73
Decimal 188 199 59
Hex BC C7 3B

RGB Percentages of Color #bcc73b

%42.15
%44.62
%13.23

CMYK Percentages of Color #bcc73b

%6
%0
%70
%22

Triadic Colors of #bcc73b

#bcc73b #3bbcc7 #c73bbc

Analogous Colors of #bcc73b

#bcc73b #76c73b #c78c3b

Monochromatic Colors of #bcc73b

#bcc73b

Complementary Color

#bcc73b #463bc7

#bcc73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc73b Color CSS Codes

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

#bcc73b Text Font Color

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

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


#bcc73b Background Color

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

This div background color is #bcc73b


#bcc73b Border Color

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

This div border color is #bcc73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc73b


Comments

No comments written yet.

Please login to write comment.