color codes Logo

#bfc94f color codes

#BFC94F
(191,201,79)
0 Favorites   0 Comments

Color spaces of #bfc94f

RGB 19120179
HSL0.180.530.55
HSV65°61°79°
CMYK 0.050.000.61   0.21
XYZ43.783853.414215.3995
Yxy53.41420.38890.4744
Hunter Lab73.0850-20.962938.6667
CIE-Lab78.1189-19.529958.0713

#bfc94f color RGB value is (191,201,79).

#bfc94f hex color red value is 191, green value is 201 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bfc94f hue: 0.18 , saturation: 0.53 and the lightness value of bfc94f is 0.55.

The process color (four color CMYK) of #bfc94f color code is 0.05, 0.00, 0.61, 0.21. Web safe color of #bfc94f is #cccc66. Color #bfc94f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 01001111
Octal 277 311 117
Decimal 191 201 79
Hex BF C9 4F

RGB Percentages of Color #bfc94f

%40.55
%42.68
%16.77

CMYK Percentages of Color #bfc94f

%5
%0
%61
%21

Triadic Colors of #bfc94f

#bfc94f #4fbfc9 #c94fbf

Analogous Colors of #bfc94f

#bfc94f #82c94f #c9964f

Monochromatic Colors of #bfc94f

#bfc94f

Complementary Color

#bfc94f #594fc9

#bfc94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc94f Color CSS Codes

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

#bfc94f Text Font Color

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

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


#bfc94f Background Color

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

This div background color is #bfc94f


#bfc94f Border Color

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

This div border color is #bfc94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc94f


Comments

No comments written yet.

Please login to write comment.