Color Hex Logo

#bfc247 Color Hex

#BFC247
(191,194,71)
0 Favorites   0 Comments

Color spaces of #bfc247

RGB 19119471
HSL0.170.500.52
HSV61°63°76°
CMYK 0.020.000.63   0.24
XYZ41.915050.114913.4252
Yxy50.11490.39750.4752
Hunter Lab70.7919-18.198138.3104
CIE-Lab76.1397-16.573159.3172

#bfc247 color RGB value is (191,194,71).

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

The process color (four color CMYK) of #bfc247 color hex is 0.02, 0.00, 0.63, 0.24. Web safe color of #bfc247 is #cccc33. Color #bfc247 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000010 01000111
Octal 277 302 107
Decimal 191 194 71
Hex BF C2 47

RGB Percentages of Color #bfc247

%41.89
%42.54
%15.57

CMYK Percentages of Color #bfc247

%2
%0
%63
%24

Triadic Colors of #bfc247

#bfc247 #47bfc2 #c247bf

Analogous Colors of #bfc247

#bfc247 #82c247 #c28847

Monochromatic Colors of #bfc247

#bfc247

Complementary Color

#bfc247 #4a47c2

#bfc247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc247 Color CSS Codes

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

#bfc247 Text Font Color

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

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


#bfc247 Background Color

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

This div background color is #bfc247


#bfc247 Border Color

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

This div border color is #bfc247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc247


Comments

No comments written yet.

Please login to write comment.