Color Hex Logo

#bfc56f Color Hex

#BFC56F
(191,197,111)
0 Favorites   0 Comments

Color spaces of #bfc56f

RGB 191197111
HSL0.180.430.60
HSV64°44°77°
CMYK 0.030.000.44   0.23
XYZ44.321452.156622.7702
Yxy52.15660.37170.4374
Hunter Lab72.2195-16.838031.8600
CIE-Lab77.3744-14.746742.2771

#bfc56f color RGB value is (191,197,111).

#bfc56f hex color red value is 191, green value is 197 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bfc56f hue: 0.18 , saturation: 0.43 and the lightness value of bfc56f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 01101111
Octal 277 305 157
Decimal 191 197 111
Hex BF C5 6F

RGB Percentages of Color #bfc56f

%38.28
%39.48
%22.24

CMYK Percentages of Color #bfc56f

%3
%0
%44
%23

Triadic Colors of #bfc56f

#bfc56f #6fbfc5 #c56fbf

Analogous Colors of #bfc56f

#bfc56f #94c56f #c5a06f

Monochromatic Colors of #bfc56f

#bfc56f

Complementary Color

#bfc56f #756fc5

#bfc56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc56f Color CSS Codes

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

#bfc56f Text Font Color

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

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


#bfc56f Background Color

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

This div background color is #bfc56f


#bfc56f Border Color

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

This div border color is #bfc56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc56f


Comments

No comments written yet.

Please login to write comment.