Color Hex Logo

#bfe316 Color Hex

#BFE316
(191,227,22)
0 Favorites   0 Comments

Color spaces of #bfe316

RGB 19122722
HSL0.200.820.49
HSV71°90°89°
CMYK 0.160.000.90   0.11
XYZ49.099866.072510.9245
Yxy66.07250.38940.5240
Hunter Lab81.2850-34.426748.9311
CIE-Lab85.0334-34.298481.2609

#bfe316 color RGB value is (191,227,22).

#bfe316 hex color red value is 191, green value is 227 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bfe316 hue: 0.20 , saturation: 0.82 and the lightness value of bfe316 is 0.49.

The process color (four color CMYK) of #bfe316 color hex is 0.16, 0.00, 0.90, 0.11. Web safe color of #bfe316 is #cccc00. Color #bfe316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 00010110
Octal 277 343 26
Decimal 191 227 22
Hex BF E3 16

RGB Percentages of Color #bfe316

%43.41
%51.59
%5.00

CMYK Percentages of Color #bfe316

%16
%0
%90
%11

Triadic Colors of #bfe316

#bfe316 #16bfe3 #e316bf

Analogous Colors of #bfe316

#bfe316 #59e316 #e3a116

Monochromatic Colors of #bfe316

#bfe316

Complementary Color

#bfe316 #3a16e3

#bfe316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe316 Color CSS Codes

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

#bfe316 Text Font Color

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

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


#bfe316 Background Color

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

This div background color is #bfe316


#bfe316 Border Color

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

This div border color is #bfe316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe316


Comments

No comments written yet.

Please login to write comment.