Color Hex Logo

#bfcb6f Color Hex

#BFCB6F
(191,203,111)
0 Favorites   0 Comments

Color spaces of #bfcb6f

RGB 191203111
HSL0.190.470.62
HSV68°45°80°
CMYK 0.060.000.45   0.20
XYZ45.711054.935923.2334
Yxy54.93590.36900.4435
Hunter Lab74.1188-19.622133.2980
CIE-Lab79.0043-17.761944.2878

#bfcb6f color RGB value is (191,203,111).

#bfcb6f hex color red value is 191, green value is 203 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bfcb6f hue: 0.19 , saturation: 0.47 and the lightness value of bfcb6f is 0.62.

The process color (four color CMYK) of #bfcb6f color hex is 0.06, 0.00, 0.45, 0.20. Web safe color of #bfcb6f is #cccc66. Color #bfcb6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 01101111
Octal 277 313 157
Decimal 191 203 111
Hex BF CB 6F

RGB Percentages of Color #bfcb6f

%37.82
%40.20
%21.98

CMYK Percentages of Color #bfcb6f

%6
%0
%45
%20

Triadic Colors of #bfcb6f

#bfcb6f #6fbfcb #cb6fbf

Analogous Colors of #bfcb6f

#bfcb6f #91cb6f #cba96f

Monochromatic Colors of #bfcb6f

#bfcb6f

Complementary Color

#bfcb6f #7b6fcb

#bfcb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcb6f Color CSS Codes

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

#bfcb6f Text Font Color

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

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


#bfcb6f Background Color

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

This div background color is #bfcb6f


#bfcb6f Border Color

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

This div border color is #bfcb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcb6f


Comments

No comments written yet.

Please login to write comment.