Color Hex Logo

#bfea4b Color Hex

#BFEA4B
(191,234,75)
0 Favorites   0 Comments

Color spaces of #bfea4b

RGB 19123475
HSL0.210.790.61
HSV76°68°92°
CMYK 0.180.000.68   0.08
XYZ52.178770.430017.5009
Yxy70.43000.37240.5027
Hunter Lab83.9226-35.882546.3817
CIE-Lab87.2073-35.452569.2018

#bfea4b color RGB value is (191,234,75).

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

The process color (four color CMYK) of #bfea4b color hex is 0.18, 0.00, 0.68, 0.08. Web safe color of #bfea4b is #ccff33. Color #bfea4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 01001011
Octal 277 352 113
Decimal 191 234 75
Hex BF EA 4B

RGB Percentages of Color #bfea4b

%38.20
%46.80
%15.00

CMYK Percentages of Color #bfea4b

%18
%0
%68
%8

Triadic Colors of #bfea4b

#bfea4b #4bbfea #ea4bbf

Analogous Colors of #bfea4b

#bfea4b #70ea4b #eac64b

Monochromatic Colors of #bfea4b

#bfea4b

Complementary Color

#bfea4b #764bea

#bfea4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfea4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfea4b Color CSS Codes

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

#bfea4b Text Font Color

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

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


#bfea4b Background Color

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

This div background color is #bfea4b


#bfea4b Border Color

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

This div border color is #bfea4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfea4b


Comments

No comments written yet.

Please login to write comment.