Color Hex Logo

#bfc748 Color Hex

#BFC748
(191,199,72)
0 Favorites   0 Comments

Color spaces of #bfc748

RGB 19119972
HSL0.180.530.53
HSV64°64°78°
CMYK 0.040.000.64   0.22
XYZ43.079052.391113.9729
Yxy52.39110.39360.4787
Hunter Lab72.3817-20.431139.2216
CIE-Lab77.5141-19.006360.3511

#bfc748 color RGB value is (191,199,72).

#bfc748 hex color red value is 191, green value is 199 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bfc748 hue: 0.18 , saturation: 0.53 and the lightness value of bfc748 is 0.53.

The process color (four color CMYK) of #bfc748 color hex is 0.04, 0.00, 0.64, 0.22. Web safe color of #bfc748 is #cccc33. Color #bfc748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 01001000
Octal 277 307 110
Decimal 191 199 72
Hex BF C7 48

RGB Percentages of Color #bfc748

%41.34
%43.07
%15.58

CMYK Percentages of Color #bfc748

%4
%0
%64
%22

Triadic Colors of #bfc748

#bfc748 #48bfc7 #c748bf

Analogous Colors of #bfc748

#bfc748 #80c748 #c79048

Monochromatic Colors of #bfc748

#bfc748

Complementary Color

#bfc748 #5048c7

#bfc748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc748 Color CSS Codes

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

#bfc748 Text Font Color

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

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


#bfc748 Background Color

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

This div background color is #bfc748


#bfc748 Border Color

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

This div border color is #bfc748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc748


Comments

No comments written yet.

Please login to write comment.