Color Hex Logo

#bfc559 Color Hex

#BFC559
(191,197,89)
0 Favorites   0 Comments

Color spaces of #bfc559

RGB 19119789
HSL0.180.480.56
HSV63°55°77°
CMYK 0.030.000.55   0.23
XYZ43.255351.730117.1563
Yxy51.73010.38570.4613
Hunter Lab71.9236-18.515436.2038
CIE-Lab77.1192-16.780752.5269

#bfc559 color RGB value is (191,197,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 01011001
Octal 277 305 131
Decimal 191 197 89
Hex BF C5 59

RGB Percentages of Color #bfc559

%40.04
%41.30
%18.66

CMYK Percentages of Color #bfc559

%3
%0
%55
%23

Triadic Colors of #bfc559

#bfc559 #59bfc5 #c559bf

Analogous Colors of #bfc559

#bfc559 #89c559 #c59559

Monochromatic Colors of #bfc559

#bfc559

Complementary Color

#bfc559 #5f59c5

#bfc559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc559 Color CSS Codes

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

#bfc559 Text Font Color

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

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


#bfc559 Background Color

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

This div background color is #bfc559


#bfc559 Border Color

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

This div border color is #bfc559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc559


Comments

No comments written yet.

Please login to write comment.