Color Hex Logo

#bfd72e Color Hex

#BFD72E
(191,215,46)
0 Favorites   0 Comments

Color spaces of #bfd72e

RGB 19121546
HSL0.190.680.51
HSV69°79°84°
CMYK 0.110.000.79   0.16
XYZ46.279459.874511.7025
Yxy59.87450.39270.5080
Hunter Lab77.3786-28.653545.1982
CIE-Lab81.7699-28.065573.4785

#bfd72e color RGB value is (191,215,46).

#bfd72e hex color red value is 191, green value is 215 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bfd72e hue: 0.19 , saturation: 0.68 and the lightness value of bfd72e is 0.51.

The process color (four color CMYK) of #bfd72e color hex is 0.11, 0.00, 0.79, 0.16. Web safe color of #bfd72e is #cccc33. Color #bfd72e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 00101110
Octal 277 327 56
Decimal 191 215 46
Hex BF D7 2E

RGB Percentages of Color #bfd72e

%42.26
%47.57
%10.18

CMYK Percentages of Color #bfd72e

%11
%0
%79
%16

Triadic Colors of #bfd72e

#bfd72e #2ebfd7 #d72ebf

Analogous Colors of #bfd72e

#bfd72e #6bd72e #d79b2e

Monochromatic Colors of #bfd72e

#bfd72e

Complementary Color

#bfd72e #462ed7

#bfd72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd72e Color CSS Codes

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

#bfd72e Text Font Color

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

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


#bfd72e Background Color

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

This div background color is #bfd72e


#bfd72e Border Color

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

This div border color is #bfd72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd72e


Comments

No comments written yet.

Please login to write comment.