Color Hex Logo

#bfd71a Color Hex

#BFD71A
(191,215,26)
0 Favorites   0 Comments

Color spaces of #bfd71a

RGB 19121526
HSL0.190.780.47
HSV68°88°84°
CMYK 0.110.000.88   0.16
XYZ45.972759.751810.0875
Yxy59.75180.39700.5159
Hunter Lab77.2993-29.113346.3722
CIE-Lab81.7031-28.648377.9559

#bfd71a color RGB value is (191,215,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 00011010
Octal 277 327 32
Decimal 191 215 26
Hex BF D7 1A

RGB Percentages of Color #bfd71a

%44.21
%49.77
%6.02

CMYK Percentages of Color #bfd71a

%11
%0
%88
%16

Triadic Colors of #bfd71a

#bfd71a #1abfd7 #d71abf

Analogous Colors of #bfd71a

#bfd71a #61d71a #d7911a

Monochromatic Colors of #bfd71a

#bfd71a

Complementary Color

#bfd71a #321ad7

#bfd71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd71a Color CSS Codes

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

#bfd71a Text Font Color

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

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


#bfd71a Background Color

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

This div background color is #bfd71a


#bfd71a Border Color

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

This div border color is #bfd71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd71a


Comments

No comments written yet.

Please login to write comment.