Color Hex Logo

#bfd116 Color Hex

#BFD116
(191,209,22)
0 Favorites   0 Comments

Color spaces of #bfd116

RGB 19120922
HSL0.180.810.45
HSV66°89°82°
CMYK 0.090.000.89   0.18
XYZ44.431156.73529.3683
Yxy56.73520.40200.5133
Hunter Lab75.3228-26.522045.3517
CIE-Lab80.0304-25.875677.2759

#bfd116 color RGB value is (191,209,22).

#bfd116 hex color red value is 191, green value is 209 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bfd116 hue: 0.18 , saturation: 0.81 and the lightness value of bfd116 is 0.45.

The process color (four color CMYK) of #bfd116 color hex is 0.09, 0.00, 0.89, 0.18. Web safe color of #bfd116 is #cccc00. Color #bfd116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 00010110
Octal 277 321 26
Decimal 191 209 22
Hex BF D1 16

RGB Percentages of Color #bfd116

%45.26
%49.53
%5.21

CMYK Percentages of Color #bfd116

%9
%0
%89
%18

Triadic Colors of #bfd116

#bfd116 #16bfd1 #d116bf

Analogous Colors of #bfd116

#bfd116 #62d116 #d18616

Monochromatic Colors of #bfd116

#bfd116

Complementary Color

#bfd116 #2816d1

#bfd116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd116 Color CSS Codes

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

#bfd116 Text Font Color

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

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


#bfd116 Background Color

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

This div background color is #bfd116


#bfd116 Border Color

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

This div border color is #bfd116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd116


Comments

No comments written yet.

Please login to write comment.