Color Hex Logo

#bfc38f Color Hex

#BFC38F
(191,195,143)
0 Favorites   0 Comments

Color spaces of #bfc38f

RGB 191195143
HSL0.180.300.66
HSV65°27°76°
CMYK 0.020.000.27   0.24
XYZ45.958952.089733.6186
Yxy52.08970.34910.3956
Hunter Lab72.1732-12.636722.9037
CIE-Lab77.3344-9.857225.7443

#bfc38f color RGB value is (191,195,143).

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

The process color (four color CMYK) of #bfc38f color hex is 0.02, 0.00, 0.27, 0.24. Web safe color of #bfc38f is #cccc99. Color #bfc38f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 10001111
Octal 277 303 217
Decimal 191 195 143
Hex BF C3 8F

RGB Percentages of Color #bfc38f

%36.11
%36.86
%27.03

CMYK Percentages of Color #bfc38f

%2
%0
%27
%24

Triadic Colors of #bfc38f

#bfc38f #8fbfc3 #c38fbf

Analogous Colors of #bfc38f

#bfc38f #a5c38f #c3ad8f

Monochromatic Colors of #bfc38f

#bfc38f

Complementary Color

#bfc38f #938fc3

#bfc38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc38f Color CSS Codes

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

#bfc38f Text Font Color

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

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


#bfc38f Background Color

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

This div background color is #bfc38f


#bfc38f Border Color

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

This div border color is #bfc38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc38f


Comments

No comments written yet.

Please login to write comment.