Color Hex Logo

#bfc35f Color Hex

#BFC35F
(191,195,95)
0 Favorites   0 Comments

Color spaces of #bfc35f

RGB 19119595
HSL0.170.450.57
HSV62°51°76°
CMYK 0.020.000.51   0.24
XYZ43.066550.932818.3876
Yxy50.93280.38320.4532
Hunter Lab71.3672-17.176934.6811
CIE-Lab76.6383-15.268349.1730

#bfc35f color RGB value is (191,195,95).

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

The process color (four color CMYK) of #bfc35f color hex is 0.02, 0.00, 0.51, 0.24. Web safe color of #bfc35f is #cccc66. Color #bfc35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 01011111
Octal 277 303 137
Decimal 191 195 95
Hex BF C3 5F

RGB Percentages of Color #bfc35f

%39.71
%40.54
%19.75

CMYK Percentages of Color #bfc35f

%2
%0
%51
%24

Triadic Colors of #bfc35f

#bfc35f #5fbfc3 #c35fbf

Analogous Colors of #bfc35f

#bfc35f #8dc35f #c3955f

Monochromatic Colors of #bfc35f

#bfc35f

Complementary Color

#bfc35f #635fc3

#bfc35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc35f Color CSS Codes

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

#bfc35f Text Font Color

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

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


#bfc35f Background Color

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

This div background color is #bfc35f


#bfc35f Border Color

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

This div border color is #bfc35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc35f


Comments

No comments written yet.

Please login to write comment.