Color Hex Logo

#bfe54b Color Hex

#BFE54B
(191,229,75)
0 Favorites   0 Comments

Color spaces of #bfe54b

RGB 19122975
HSL0.210.750.60
HSV75°67°90°
CMYK 0.170.000.67   0.10
XYZ50.775267.623017.0330
Yxy67.62300.37490.4993
Hunter Lab82.2332-33.692645.2825
CIE-Lab85.8176-33.166467.7836

#bfe54b color RGB value is (191,229,75).

#bfe54b hex color red value is 191, green value is 229 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bfe54b hue: 0.21 , saturation: 0.75 and the lightness value of bfe54b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 01001011
Octal 277 345 113
Decimal 191 229 75
Hex BF E5 4B

RGB Percentages of Color #bfe54b

%38.59
%46.26
%15.15

CMYK Percentages of Color #bfe54b

%17
%0
%67
%10

Triadic Colors of #bfe54b

#bfe54b #4bbfe5 #e54bbf

Analogous Colors of #bfe54b

#bfe54b #72e54b #e5be4b

Monochromatic Colors of #bfe54b

#bfe54b

Complementary Color

#bfe54b #714be5

#bfe54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe54b Color CSS Codes

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

#bfe54b Text Font Color

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

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


#bfe54b Background Color

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

This div background color is #bfe54b


#bfe54b Border Color

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

This div border color is #bfe54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe54b


Comments

No comments written yet.

Please login to write comment.