Color Hex Logo

#bfe53e Color Hex

#BFE53E
(191,229,62)
0 Favorites   0 Comments

Color spaces of #bfe53e

RGB 19122962
HSL0.200.760.57
HSV74°73°90°
CMYK 0.170.000.73   0.10
XYZ50.374767.462814.9240
Yxy67.46280.37940.5082
Hunter Lab82.1357-34.261746.7221
CIE-Lab85.7371-33.889072.2899

#bfe53e color RGB value is (191,229,62).

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

The process color (four color CMYK) of #bfe53e color hex is 0.17, 0.00, 0.73, 0.10. Web safe color of #bfe53e is #cccc33. Color #bfe53e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 00111110
Octal 277 345 76
Decimal 191 229 62
Hex BF E5 3E

RGB Percentages of Color #bfe53e

%39.63
%47.51
%12.86

CMYK Percentages of Color #bfe53e

%17
%0
%73
%10

Triadic Colors of #bfe53e

#bfe53e #3ebfe5 #e53ebf

Analogous Colors of #bfe53e

#bfe53e #6ce53e #e5b83e

Monochromatic Colors of #bfe53e

#bfe53e

Complementary Color

#bfe53e #643ee5

#bfe53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe53e Color CSS Codes

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

#bfe53e Text Font Color

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

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


#bfe53e Background Color

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

This div background color is #bfe53e


#bfe53e Border Color

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

This div border color is #bfe53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe53e


Comments

No comments written yet.

Please login to write comment.