Color Hex Logo

#bfe121 Color Hex

#BFE121
(191,225,33)
0 Favorites   0 Comments

Color spaces of #bfe121

RGB 19122533
HSL0.200.760.51
HSV71°85°88°
CMYK 0.150.000.85   0.12
XYZ48.685665.036611.4262
Yxy65.03660.38900.5197
Hunter Lab80.6453-33.368748.0512
CIE-Lab84.5026-33.141878.9444

#bfe121 color RGB value is (191,225,33).

#bfe121 hex color red value is 191, green value is 225 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bfe121 hue: 0.20 , saturation: 0.76 and the lightness value of bfe121 is 0.51.

The process color (four color CMYK) of #bfe121 color hex is 0.15, 0.00, 0.85, 0.12. Web safe color of #bfe121 is #cccc33. Color #bfe121 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 00100001
Octal 277 341 41
Decimal 191 225 33
Hex BF E1 21

RGB Percentages of Color #bfe121

%42.54
%50.11
%7.35

CMYK Percentages of Color #bfe121

%15
%0
%85
%12

Triadic Colors of #bfe121

#bfe121 #21bfe1 #e121bf

Analogous Colors of #bfe121

#bfe121 #5fe121 #e1a321

Monochromatic Colors of #bfe121

#bfe121

Complementary Color

#bfe121 #4321e1

#bfe121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe121 Color CSS Codes

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

#bfe121 Text Font Color

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

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


#bfe121 Background Color

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

This div background color is #bfe121


#bfe121 Border Color

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

This div border color is #bfe121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe121


Comments

No comments written yet.

Please login to write comment.