Color Hex Logo

#bfc44f Color Hex

#BFC44F
(191,196,79)
0 Favorites   0 Comments

Color spaces of #bfc44f

RGB 19119679
HSL0.170.500.54
HSV63°60°77°
CMYK 0.030.000.60   0.23
XYZ42.637151.120715.0172
Yxy51.12070.39200.4700
Hunter Lab71.4987-18.677337.5962
CIE-Lab76.7521-17.039456.5842

#bfc44f color RGB value is (191,196,79).

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

The process color (four color CMYK) of #bfc44f color hex is 0.03, 0.00, 0.60, 0.23. Web safe color of #bfc44f is #cccc66. Color #bfc44f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01001111
Octal 277 304 117
Decimal 191 196 79
Hex BF C4 4F

RGB Percentages of Color #bfc44f

%40.99
%42.06
%16.95

CMYK Percentages of Color #bfc44f

%3
%0
%60
%23

Triadic Colors of #bfc44f

#bfc44f #4fbfc4 #c44fbf

Analogous Colors of #bfc44f

#bfc44f #85c44f #c48f4f

Monochromatic Colors of #bfc44f

#bfc44f

Complementary Color

#bfc44f #544fc4

#bfc44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc44f Color CSS Codes

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

#bfc44f Text Font Color

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

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


#bfc44f Background Color

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

This div background color is #bfc44f


#bfc44f Border Color

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

This div border color is #bfc44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc44f


Comments

No comments written yet.

Please login to write comment.