Color Hex Logo

#bfc049 Color Hex

#BFC049
(191,192,73)
0 Favorites   0 Comments

Color spaces of #bfc049

RGB 19119273
HSL0.170.490.52
HSV61°62°75°
CMYK 0.010.000.62   0.25
XYZ41.538149.256713.6215
Yxy49.25670.39780.4717
Hunter Lab70.1831-17.174737.6209
CIE-Lab75.6107-15.437157.9223

#bfc049 color RGB value is (191,192,73).

#bfc049 hex color red value is 191, green value is 192 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bfc049 hue: 0.17 , saturation: 0.49 and the lightness value of bfc049 is 0.52.

The process color (four color CMYK) of #bfc049 color hex is 0.01, 0.00, 0.62, 0.25. Web safe color of #bfc049 is #cccc33. Color #bfc049 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000000 01001001
Octal 277 300 111
Decimal 191 192 73
Hex BF C0 49

RGB Percentages of Color #bfc049

%41.89
%42.11
%16.01

CMYK Percentages of Color #bfc049

%1
%0
%62
%25

Triadic Colors of #bfc049

#bfc049 #49bfc0 #c049bf

Analogous Colors of #bfc049

#bfc049 #84c049 #c08649

Monochromatic Colors of #bfc049

#bfc049

Complementary Color

#bfc049 #4a49c0

#bfc049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc049 Color CSS Codes

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

#bfc049 Text Font Color

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

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


#bfc049 Background Color

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

This div background color is #bfc049


#bfc049 Border Color

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

This div border color is #bfc049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc049


Comments

No comments written yet.

Please login to write comment.