Color Hex Logo

#bfc457 Color Hex

#BFC457
(191,196,87)
0 Favorites   0 Comments

Color spaces of #bfc457

RGB 19119687
HSL0.170.480.55
HSV63°56°77°
CMYK 0.030.000.56   0.23
XYZ42.946151.244316.6445
Yxy51.24430.38750.4623
Hunter Lab71.5851-18.186436.3239
CIE-Lab76.8268-16.438953.1078

#bfc457 color RGB value is (191,196,87).

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

The process color (four color CMYK) of #bfc457 color hex is 0.03, 0.00, 0.56, 0.23. Web safe color of #bfc457 is #cccc66. Color #bfc457 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01010111
Octal 277 304 127
Decimal 191 196 87
Hex BF C4 57

RGB Percentages of Color #bfc457

%40.30
%41.35
%18.35

CMYK Percentages of Color #bfc457

%3
%0
%56
%23

Triadic Colors of #bfc457

#bfc457 #57bfc4 #c457bf

Analogous Colors of #bfc457

#bfc457 #89c457 #c49357

Monochromatic Colors of #bfc457

#bfc457

Complementary Color

#bfc457 #5c57c4

#bfc457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc457 Color CSS Codes

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

#bfc457 Text Font Color

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

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


#bfc457 Background Color

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

This div background color is #bfc457


#bfc457 Border Color

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

This div border color is #bfc457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc457


Comments

No comments written yet.

Please login to write comment.