Color Hex Logo

#bfc31e Color Hex

#BFC31E
(191,195,30)
0 Favorites   0 Comments

Color spaces of #bfc31e

RGB 19119530
HSL0.170.730.44
HSV61°85°76°
CMYK 0.020.000.85   0.24
XYZ41.235350.20038.7446
Yxy50.20030.41160.5011
Hunter Lab70.8522-20.106042.2789
CIE-Lab76.1920-18.867072.6626

#bfc31e color RGB value is (191,195,30).

#bfc31e hex color red value is 191, green value is 195 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bfc31e hue: 0.17 , saturation: 0.73 and the lightness value of bfc31e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 00011110
Octal 277 303 36
Decimal 191 195 30
Hex BF C3 1E

RGB Percentages of Color #bfc31e

%45.91
%46.88
%7.21

CMYK Percentages of Color #bfc31e

%2
%0
%85
%24

Triadic Colors of #bfc31e

#bfc31e #1ebfc3 #c31ebf

Analogous Colors of #bfc31e

#bfc31e #6dc31e #c3751e

Monochromatic Colors of #bfc31e

#bfc31e

Complementary Color

#bfc31e #221ec3

#bfc31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc31e Color CSS Codes

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

#bfc31e Text Font Color

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

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


#bfc31e Background Color

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

This div background color is #bfc31e


#bfc31e Border Color

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

This div border color is #bfc31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc31e


Comments

No comments written yet.

Please login to write comment.