Color Hex Logo

#bfc561 Color Hex

#BFC561
(191,197,97)
0 Favorites   0 Comments

Color spaces of #bfc561

RGB 19119797
HSL0.180.460.58
HSV64°51°77°
CMYK 0.030.000.51   0.23
XYZ43.609851.871919.0231
Yxy51.87190.38090.4530
Hunter Lab72.0221-17.956034.7553
CIE-Lab77.2042-16.099348.8895

#bfc561 color RGB value is (191,197,97).

#bfc561 hex color red value is 191, green value is 197 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bfc561 hue: 0.18 , saturation: 0.46 and the lightness value of bfc561 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 01100001
Octal 277 305 141
Decimal 191 197 97
Hex BF C5 61

RGB Percentages of Color #bfc561

%39.38
%40.62
%20.00

CMYK Percentages of Color #bfc561

%3
%0
%51
%23

Triadic Colors of #bfc561

#bfc561 #61bfc5 #c561bf

Analogous Colors of #bfc561

#bfc561 #8dc561 #c59961

Monochromatic Colors of #bfc561

#bfc561

Complementary Color

#bfc561 #6761c5

#bfc561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc561 Color CSS Codes

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

#bfc561 Text Font Color

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

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


#bfc561 Background Color

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

This div background color is #bfc561


#bfc561 Border Color

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

This div border color is #bfc561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc561


Comments

No comments written yet.

Please login to write comment.