Color Hex Logo

#bfc45f Color Hex

#BFC45F
(191,196,95)
0 Favorites   0 Comments

Color spaces of #bfc45f

RGB 19119695
HSL0.170.460.57
HSV63°52°77°
CMYK 0.030.000.52   0.23
XYZ43.291351.382418.4626
Yxy51.38240.38260.4542
Hunter Lab71.6815-17.639534.9061
CIE-Lab76.9101-15.772849.4915

#bfc45f color RGB value is (191,196,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01011111
Octal 277 304 137
Decimal 191 196 95
Hex BF C4 5F

RGB Percentages of Color #bfc45f

%39.63
%40.66
%19.71

CMYK Percentages of Color #bfc45f

%3
%0
%52
%23

Triadic Colors of #bfc45f

#bfc45f #5fbfc4 #c45fbf

Analogous Colors of #bfc45f

#bfc45f #8dc45f #c4975f

Monochromatic Colors of #bfc45f

#bfc45f

Complementary Color

#bfc45f #645fc4

#bfc45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc45f Color CSS Codes

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

#bfc45f Text Font Color

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

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


#bfc45f Background Color

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

This div background color is #bfc45f


#bfc45f Border Color

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

This div border color is #bfc45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc45f


Comments

No comments written yet.

Please login to write comment.