Color Hex Logo

#bfd72b Color Hex

#BFD72B
(191,215,43)
0 Favorites   0 Comments

Color spaces of #bfd72b

RGB 19121543
HSL0.190.680.51
HSV68°80°84°
CMYK 0.110.000.80   0.16
XYZ46.222359.851711.4019
Yxy59.85170.39350.5095
Hunter Lab77.3639-28.739145.4165
CIE-Lab81.7575-28.173874.2784

#bfd72b color RGB value is (191,215,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 00101011
Octal 277 327 53
Decimal 191 215 43
Hex BF D7 2B

RGB Percentages of Color #bfd72b

%42.54
%47.88
%9.58

CMYK Percentages of Color #bfd72b

%11
%0
%80
%16

Triadic Colors of #bfd72b

#bfd72b #2bbfd7 #d72bbf

Analogous Colors of #bfd72b

#bfd72b #69d72b #d7992b

Monochromatic Colors of #bfd72b

#bfd72b

Complementary Color

#bfd72b #432bd7

#bfd72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd72b Color CSS Codes

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

#bfd72b Text Font Color

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

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


#bfd72b Background Color

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

This div background color is #bfd72b


#bfd72b Border Color

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

This div border color is #bfd72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd72b


Comments

No comments written yet.

Please login to write comment.