Color Hex Logo

#bfc49a Color Hex

#BFC49A
(191,196,154)
0 Favorites   0 Comments

Color spaces of #bfc49a

RGB 191196154
HSL0.190.260.69
HSV67°21°77°
CMYK 0.030.000.21   0.23
XYZ47.058552.889338.3003
Yxy52.88930.34040.3826
Hunter Lab72.7250-11.766019.6827
CIE-Lab77.8096-8.800020.5593

#bfc49a color RGB value is (191,196,154).

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

The process color (four color CMYK) of #bfc49a color hex is 0.03, 0.00, 0.21, 0.23. Web safe color of #bfc49a is #cccc99. Color #bfc49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 10011010
Octal 277 304 232
Decimal 191 196 154
Hex BF C4 9A

RGB Percentages of Color #bfc49a

%35.30
%36.23
%28.47

CMYK Percentages of Color #bfc49a

%3
%0
%21
%23

Triadic Colors of #bfc49a

#bfc49a #9abfc4 #c49abf

Analogous Colors of #bfc49a

#bfc49a #aac49a #c4b49a

Monochromatic Colors of #bfc49a

#bfc49a

Complementary Color

#bfc49a #9f9ac4

#bfc49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc49a Color CSS Codes

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

#bfc49a Text Font Color

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

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


#bfc49a Background Color

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

This div background color is #bfc49a


#bfc49a Border Color

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

This div border color is #bfc49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc49a


Comments

No comments written yet.

Please login to write comment.