Color Hex Logo

#bfe219 Color Hex

#BFE219
(191,226,25)
0 Favorites   0 Comments

Color spaces of #bfe219

RGB 19122625
HSL0.200.800.49
HSV70°89°89°
CMYK 0.150.000.89   0.11
XYZ48.857765.539310.9950
Yxy65.53930.38960.5227
Hunter Lab80.9563-33.947748.6170
CIE-Lab84.7609-33.784380.5916

#bfe219 color RGB value is (191,226,25).

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

The process color (four color CMYK) of #bfe219 color hex is 0.15, 0.00, 0.89, 0.11. Web safe color of #bfe219 is #cccc00. Color #bfe219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 00011001
Octal 277 342 31
Decimal 191 226 25
Hex BF E2 19

RGB Percentages of Color #bfe219

%43.21
%51.13
%5.66

CMYK Percentages of Color #bfe219

%15
%0
%89
%11

Triadic Colors of #bfe219

#bfe219 #19bfe2 #e219bf

Analogous Colors of #bfe219

#bfe219 #5be219 #e2a119

Monochromatic Colors of #bfe219

#bfe219

Complementary Color

#bfe219 #3c19e2

#bfe219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe219 Color CSS Codes

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

#bfe219 Text Font Color

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

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


#bfe219 Background Color

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

This div background color is #bfe219


#bfe219 Border Color

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

This div border color is #bfe219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe219


Comments

No comments written yet.

Please login to write comment.