Color Hex Logo

#bfc79a Color Hex

#BFC79A
(191,199,154)
0 Favorites   0 Comments

Color spaces of #bfc79a

RGB 191199154
HSL0.200.290.69
HSV71°23°78°
CMYK 0.040.000.23   0.22
XYZ47.742054.256338.5281
Yxy54.25630.33970.3861
Hunter Lab73.6589-13.208320.5489
CIE-Lab78.6109-10.348321.6616

#bfc79a color RGB value is (191,199,154).

#bfc79a hex color red value is 191, green value is 199 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bfc79a hue: 0.20 , saturation: 0.29 and the lightness value of bfc79a is 0.69.

The process color (four color CMYK) of #bfc79a color hex is 0.04, 0.00, 0.23, 0.22. Web safe color of #bfc79a is #cccc99. Color #bfc79a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 10011010
Octal 277 307 232
Decimal 191 199 154
Hex BF C7 9A

RGB Percentages of Color #bfc79a

%35.11
%36.58
%28.31

CMYK Percentages of Color #bfc79a

%4
%0
%23
%22

Triadic Colors of #bfc79a

#bfc79a #9abfc7 #c79abf

Analogous Colors of #bfc79a

#bfc79a #a9c79a #c7b99a

Monochromatic Colors of #bfc79a

#bfc79a

Complementary Color

#bfc79a #a29ac7

#bfc79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc79a Color CSS Codes

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

#bfc79a Text Font Color

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

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


#bfc79a Background Color

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

This div background color is #bfc79a


#bfc79a Border Color

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

This div border color is #bfc79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc79a


Comments

No comments written yet.

Please login to write comment.