Color Hex Logo

#bfc43c Color Hex

#BFC43C
(191,196,60)
0 Favorites   0 Comments

Color spaces of #bfc43c

RGB 19119660
HSL0.170.540.50
HSV62°69°77°
CMYK 0.030.000.69   0.23
XYZ42.041450.882511.8804
Yxy50.88250.40110.4855
Hunter Lab71.3320-19.627240.0576
CIE-Lab76.6078-18.208464.0989

#bfc43c color RGB value is (191,196,60).

#bfc43c hex color red value is 191, green value is 196 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bfc43c hue: 0.17 , saturation: 0.54 and the lightness value of bfc43c is 0.50.

The process color (four color CMYK) of #bfc43c color hex is 0.03, 0.00, 0.69, 0.23. Web safe color of #bfc43c is #cccc33. Color #bfc43c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 00111100
Octal 277 304 74
Decimal 191 196 60
Hex BF C4 3C

RGB Percentages of Color #bfc43c

%42.73
%43.85
%13.42

CMYK Percentages of Color #bfc43c

%3
%0
%69
%23

Triadic Colors of #bfc43c

#bfc43c #3cbfc4 #c43cbf

Analogous Colors of #bfc43c

#bfc43c #7bc43c #c4853c

Monochromatic Colors of #bfc43c

#bfc43c

Complementary Color

#bfc43c #413cc4

#bfc43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc43c Color CSS Codes

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

#bfc43c Text Font Color

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

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


#bfc43c Background Color

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

This div background color is #bfc43c


#bfc43c Border Color

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

This div border color is #bfc43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc43c


Comments

No comments written yet.

Please login to write comment.