Color Hex Logo

#bfc60b Color Hex

#BFC60B
(191,198,11)
0 Favorites   0 Comments

Color spaces of #bfc60b

RGB 19119811
HSL0.170.890.41
HSV62°94°78°
CMYK 0.040.000.94   0.22
XYZ41.740351.48878.0550
Yxy51.48870.41210.5084
Hunter Lab71.7556-21.738843.5733
CIE-Lab76.9741-20.699076.3416

#bfc60b color RGB value is (191,198,11).

#bfc60b hex color red value is 191, green value is 198 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bfc60b hue: 0.17 , saturation: 0.89 and the lightness value of bfc60b is 0.41.

The process color (four color CMYK) of #bfc60b color hex is 0.04, 0.00, 0.94, 0.22. Web safe color of #bfc60b is #cccc00. Color #bfc60b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 00001011
Octal 277 306 13
Decimal 191 198 11
Hex BF C6 B

RGB Percentages of Color #bfc60b

%47.75
%49.50
%2.75

CMYK Percentages of Color #bfc60b

%4
%0
%94
%22

Triadic Colors of #bfc60b

#bfc60b #0bbfc6 #c60bbf

Analogous Colors of #bfc60b

#bfc60b #61c60b #c6700b

Monochromatic Colors of #bfc60b

#bfc60b

Complementary Color

#bfc60b #120bc6

#bfc60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc60b Color CSS Codes

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

#bfc60b Text Font Color

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

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


#bfc60b Background Color

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

This div background color is #bfc60b


#bfc60b Border Color

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

This div border color is #bfc60b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,198,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 #bfc60b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc60b


Comments

No comments written yet.

Please login to write comment.