Color Hex Logo

#bfc41e Color Hex

#BFC41E
(191,196,30)
0 Favorites   0 Comments

Color spaces of #bfc41e

RGB 19119630
HSL0.170.730.44
HSV62°85°77°
CMYK 0.030.000.85   0.23
XYZ41.460150.65008.8195
Yxy50.65000.41080.5018
Hunter Lab71.1688-20.558542.4707
CIE-Lab76.4665-19.363472.8901

#bfc41e color RGB value is (191,196,30).

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

The process color (four color CMYK) of #bfc41e color hex is 0.03, 0.00, 0.85, 0.23. Web safe color of #bfc41e is #cccc33. Color #bfc41e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 00011110
Octal 277 304 36
Decimal 191 196 30
Hex BF C4 1E

RGB Percentages of Color #bfc41e

%45.80
%47.00
%7.19

CMYK Percentages of Color #bfc41e

%3
%0
%85
%23

Triadic Colors of #bfc41e

#bfc41e #1ebfc4 #c41ebf

Analogous Colors of #bfc41e

#bfc41e #6cc41e #c4761e

Monochromatic Colors of #bfc41e

#bfc41e

Complementary Color

#bfc41e #231ec4

#bfc41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc41e Color CSS Codes

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

#bfc41e Text Font Color

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

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


#bfc41e Background Color

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

This div background color is #bfc41e


#bfc41e Border Color

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

This div border color is #bfc41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc41e


Comments

No comments written yet.

Please login to write comment.