Color Hex Logo

#bfc05f Color Hex

#BFC05F
(191,192,95)
0 Favorites   0 Comments

Color spaces of #bfc05f

RGB 19119295
HSL0.170.430.56
HSV61°51°75°
CMYK 0.010.000.51   0.25
XYZ42.401149.601918.1658
Yxy49.60190.38490.4502
Hunter Lab70.4286-15.785334.0072
CIE-Lab75.8243-13.747748.2158

#bfc05f color RGB value is (191,192,95).

#bfc05f hex color red value is 191, green value is 192 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bfc05f hue: 0.17 , saturation: 0.43 and the lightness value of bfc05f is 0.56.

The process color (four color CMYK) of #bfc05f color hex is 0.01, 0.00, 0.51, 0.25. Web safe color of #bfc05f is #cccc66. Color #bfc05f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000000 01011111
Octal 277 300 137
Decimal 191 192 95
Hex BF C0 5F

RGB Percentages of Color #bfc05f

%39.96
%40.17
%19.87

CMYK Percentages of Color #bfc05f

%1
%0
%51
%25

Triadic Colors of #bfc05f

#bfc05f #5fbfc0 #c05fbf

Analogous Colors of #bfc05f

#bfc05f #8fc05f #c0915f

Monochromatic Colors of #bfc05f

#bfc05f

Complementary Color

#bfc05f #605fc0

#bfc05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc05f Color CSS Codes

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

#bfc05f Text Font Color

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

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


#bfc05f Background Color

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

This div background color is #bfc05f


#bfc05f Border Color

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

This div border color is #bfc05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc05f


Comments

No comments written yet.

Please login to write comment.