Color Hex Logo

#bfe421 Color Hex

#BFE421
(191,228,33)
0 Favorites   0 Comments

Color spaces of #bfe421

RGB 19122833
HSL0.200.780.51
HSV71°86°89°
CMYK 0.160.000.86   0.11
XYZ49.503866.673011.6989
Yxy66.67300.38710.5214
Hunter Lab81.6535-34.675148.6627
CIE-Lab85.3385-34.516479.6411

#bfe421 color RGB value is (191,228,33).

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

The process color (four color CMYK) of #bfe421 color hex is 0.16, 0.00, 0.86, 0.11. Web safe color of #bfe421 is #cccc33. Color #bfe421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 00100001
Octal 277 344 41
Decimal 191 228 33
Hex BF E4 21

RGB Percentages of Color #bfe421

%42.26
%50.44
%7.30

CMYK Percentages of Color #bfe421

%16
%0
%86
%11

Triadic Colors of #bfe421

#bfe421 #21bfe4 #e421bf

Analogous Colors of #bfe421

#bfe421 #5ee421 #e4a821

Monochromatic Colors of #bfe421

#bfe421

Complementary Color

#bfe421 #4621e4

#bfe421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe421 Color CSS Codes

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

#bfe421 Text Font Color

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

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


#bfe421 Background Color

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

This div background color is #bfe421


#bfe421 Border Color

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

This div border color is #bfe421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe421


Comments

No comments written yet.

Please login to write comment.