Color Hex Logo

#bcc716 Color Hex

#BCC716
(188,199,22)
0 Favorites   0 Comments

Color spaces of #bcc716

RGB 18819922
HSL0.180.800.43
HSV64°89°78°
CMYK 0.060.000.89   0.22
XYZ41.307351.59618.5410
Yxy51.59610.40720.5086
Hunter Lab71.8304-23.053843.2314
CIE-Lab77.0387-22.296274.7973

#bcc716 color RGB value is (188,199,22).

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

The process color (four color CMYK) of #bcc716 color hex is 0.06, 0.00, 0.89, 0.22. Web safe color of #bcc716 is #cccc00. Color #bcc716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 00010110
Octal 274 307 26
Decimal 188 199 22
Hex BC C7 16

RGB Percentages of Color #bcc716

%45.97
%48.66
%5.38

CMYK Percentages of Color #bcc716

%6
%0
%89
%22

Triadic Colors of #bcc716

#bcc716 #16bcc7 #c716bc

Analogous Colors of #bcc716

#bcc716 #64c716 #c77a16

Monochromatic Colors of #bcc716

#bcc716

Complementary Color

#bcc716 #2116c7

#bcc716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc716 Color CSS Codes

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

#bcc716 Text Font Color

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

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


#bcc716 Background Color

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

This div background color is #bcc716


#bcc716 Border Color

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

This div border color is #bcc716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc716


Comments

No comments written yet.

Please login to write comment.