Color Hex Logo

#bfc62c Color Hex

#BFC62C
(191,198,44)
0 Favorites   0 Comments

Color spaces of #bfc62c

RGB 19119844
HSL0.170.640.47
HSV63°78°78°
CMYK 0.040.000.78   0.22
XYZ42.134651.646410.1309
Yxy51.64640.40550.4970
Hunter Lab71.8654-21.110241.9477
CIE-Lab77.0689-19.914769.8363

#bfc62c color RGB value is (191,198,44).

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

The process color (four color CMYK) of #bfc62c color hex is 0.04, 0.00, 0.78, 0.22. Web safe color of #bfc62c is #cccc33. Color #bfc62c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 00101100
Octal 277 306 54
Decimal 191 198 44
Hex BF C6 2C

RGB Percentages of Color #bfc62c

%44.11
%45.73
%10.16

CMYK Percentages of Color #bfc62c

%4
%0
%78
%22

Triadic Colors of #bfc62c

#bfc62c #2cbfc6 #c62cbf

Analogous Colors of #bfc62c

#bfc62c #72c62c #c6802c

Monochromatic Colors of #bfc62c

#bfc62c

Complementary Color

#bfc62c #332cc6

#bfc62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc62c Color CSS Codes

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

#bfc62c Text Font Color

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

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


#bfc62c Background Color

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

This div background color is #bfc62c


#bfc62c Border Color

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

This div border color is #bfc62c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,198,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc62c


Comments

No comments written yet.

Please login to write comment.