Color Hex Logo

#bfc37f Color Hex

#BFC37F
(191,195,127)
0 Favorites   0 Comments

Color spaces of #bfc37f

RGB 191195127
HSL0.180.360.63
HSV64°35°76°
CMYK 0.020.000.35   0.24
XYZ44.831751.638927.6831
Yxy51.63890.36110.4159
Hunter Lab71.8602-14.393927.4615
CIE-Lab77.0644-11.928333.7544

#bfc37f color RGB value is (191,195,127).

#bfc37f hex color red value is 191, green value is 195 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bfc37f hue: 0.18 , saturation: 0.36 and the lightness value of bfc37f is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 01111111
Octal 277 303 177
Decimal 191 195 127
Hex BF C3 7F

RGB Percentages of Color #bfc37f

%37.23
%38.01
%24.76

CMYK Percentages of Color #bfc37f

%2
%0
%35
%24

Triadic Colors of #bfc37f

#bfc37f #7fbfc3 #c37fbf

Analogous Colors of #bfc37f

#bfc37f #9dc37f #c3a57f

Monochromatic Colors of #bfc37f

#bfc37f

Complementary Color

#bfc37f #837fc3

#bfc37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc37f Color CSS Codes

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

#bfc37f Text Font Color

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

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


#bfc37f Background Color

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

This div background color is #bfc37f


#bfc37f Border Color

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

This div border color is #bfc37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc37f


Comments

No comments written yet.

Please login to write comment.