Color Hex Logo

#bfe21b Color Hex

#BFE21B
(191,226,27)
0 Favorites   0 Comments

Color spaces of #bfe21b

RGB 19122627
HSL0.200.790.50
HSV71°88°89°
CMYK 0.150.000.88   0.11
XYZ48.880065.548211.1127
Yxy65.54820.38940.5221
Hunter Lab80.9618-33.915448.5352
CIE-Lab84.7654-33.743080.2683

#bfe21b color RGB value is (191,226,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 00011011
Octal 277 342 33
Decimal 191 226 27
Hex BF E2 1B

RGB Percentages of Color #bfe21b

%43.02
%50.90
%6.08

CMYK Percentages of Color #bfe21b

%15
%0
%88
%11

Triadic Colors of #bfe21b

#bfe21b #1bbfe2 #e21bbf

Analogous Colors of #bfe21b

#bfe21b #5ce21b #e2a21b

Monochromatic Colors of #bfe21b

#bfe21b

Complementary Color

#bfe21b #3e1be2

#bfe21b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe21b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe21b Color CSS Codes

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

#bfe21b Text Font Color

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

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


#bfe21b Background Color

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

This div background color is #bfe21b


#bfe21b Border Color

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

This div border color is #bfe21b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe21b


Comments

No comments written yet.

Please login to write comment.