Color Hex Logo

#bfc257 Color Hex

#BFC257
(191,194,87)
0 Favorites   0 Comments

Color spaces of #bfc257

RGB 19119487
HSL0.170.470.55
HSV62°55°76°
CMYK 0.020.000.55   0.24
XYZ42.497950.348116.4951
Yxy50.34810.38870.4605
Hunter Lab70.9564-17.264735.8864
CIE-Lab76.2824-15.432152.4902

#bfc257 color RGB value is (191,194,87).

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

The process color (four color CMYK) of #bfc257 color hex is 0.02, 0.00, 0.55, 0.24. Web safe color of #bfc257 is #cccc66. Color #bfc257 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000010 01010111
Octal 277 302 127
Decimal 191 194 87
Hex BF C2 57

RGB Percentages of Color #bfc257

%40.47
%41.10
%18.43

CMYK Percentages of Color #bfc257

%2
%0
%55
%24

Triadic Colors of #bfc257

#bfc257 #57bfc2 #c257bf

Analogous Colors of #bfc257

#bfc257 #8ac257 #c29057

Monochromatic Colors of #bfc257

#bfc257

Complementary Color

#bfc257 #5a57c2

#bfc257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc257 Color CSS Codes

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

#bfc257 Text Font Color

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

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


#bfc257 Background Color

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

This div background color is #bfc257


#bfc257 Border Color

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

This div border color is #bfc257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc257


Comments

No comments written yet.

Please login to write comment.