Color Hex Logo

#bfc21e Color Hex

#BFC21E
(191,194,30)
0 Favorites   0 Comments

Color spaces of #bfc21e

RGB 19119430
HSL0.170.730.44
HSV61°85°76°
CMYK 0.020.000.85   0.24
XYZ41.012049.75378.6702
Yxy49.75370.41240.5004
Hunter Lab70.5363-19.653142.0876
CIE-Lab75.9178-18.369572.4352

#bfc21e color RGB value is (191,194,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000010 00011110
Octal 277 302 36
Decimal 191 194 30
Hex BF C2 1E

RGB Percentages of Color #bfc21e

%46.02
%46.75
%7.23

CMYK Percentages of Color #bfc21e

%2
%0
%85
%24

Triadic Colors of #bfc21e

#bfc21e #1ebfc2 #c21ebf

Analogous Colors of #bfc21e

#bfc21e #6dc21e #c2731e

Monochromatic Colors of #bfc21e

#bfc21e

Complementary Color

#bfc21e #211ec2

#bfc21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc21e Color CSS Codes

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

#bfc21e Text Font Color

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

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


#bfc21e Background Color

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

This div background color is #bfc21e


#bfc21e Border Color

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

This div border color is #bfc21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc21e


Comments

No comments written yet.

Please login to write comment.