Color Hex Logo

#bfe50a Color Hex

#BFE50A
(191,229,10)
0 Favorites   0 Comments

Color spaces of #bfe50a

RGB 19122910
HSL0.200.920.47
HSV70°96°90°
CMYK 0.170.000.96   0.10
XYZ49.560067.136910.6338
Yxy67.13690.38920.5273
Hunter Lab81.9371-35.423549.6613
CIE-Lab85.5730-35.375083.0231

#bfe50a color RGB value is (191,229,10).

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

The process color (four color CMYK) of #bfe50a color hex is 0.17, 0.00, 0.96, 0.10. Web safe color of #bfe50a is #cccc00. Color #bfe50a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 00001010
Octal 277 345 12
Decimal 191 229 10
Hex BF E5 A

RGB Percentages of Color #bfe50a

%44.42
%53.26
%2.33

CMYK Percentages of Color #bfe50a

%17
%0
%96
%10

Triadic Colors of #bfe50a

#bfe50a #0abfe5 #e50abf

Analogous Colors of #bfe50a

#bfe50a #52e50a #e59e0a

Monochromatic Colors of #bfe50a

#bfe50a

Complementary Color

#bfe50a #300ae5

#bfe50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe50a Color CSS Codes

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

#bfe50a Text Font Color

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

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


#bfe50a Background Color

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

This div background color is #bfe50a


#bfe50a Border Color

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

This div border color is #bfe50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe50a


Comments

No comments written yet.

Please login to write comment.