Color Hex Logo

#bfc96b Color Hex

#BFC96B
(191,201,107)
0 Favorites   0 Comments

Color spaces of #bfc96b

RGB 191201107
HSL0.180.470.60
HSV66°47°79°
CMYK 0.050.000.47   0.21
XYZ45.026353.911221.9427
Yxy53.91120.37250.4460
Hunter Lab73.4242-19.030033.6783
CIE-Lab78.4099-17.165645.5184

#bfc96b color RGB value is (191,201,107).

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

The process color (four color CMYK) of #bfc96b color hex is 0.05, 0.00, 0.47, 0.21. Web safe color of #bfc96b is #cccc66. Color #bfc96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 01101011
Octal 277 311 153
Decimal 191 201 107
Hex BF C9 6B

RGB Percentages of Color #bfc96b

%38.28
%40.28
%21.44

CMYK Percentages of Color #bfc96b

%5
%0
%47
%21

Triadic Colors of #bfc96b

#bfc96b #6bbfc9 #c96bbf

Analogous Colors of #bfc96b

#bfc96b #90c96b #c9a46b

Monochromatic Colors of #bfc96b

#bfc96b

Complementary Color

#bfc96b #756bc9

#bfc96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc96b Color CSS Codes

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

#bfc96b Text Font Color

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

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


#bfc96b Background Color

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

This div background color is #bfc96b


#bfc96b Border Color

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

This div border color is #bfc96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc96b


Comments

No comments written yet.

Please login to write comment.