Color Hex Logo

#bfef3a Color Hex

#BFEF3A
(191,239,58)
0 Favorites   0 Comments

Color spaces of #bfef3a

RGB 19123958
HSL0.210.850.58
HSV76°76°94°
CMYK 0.200.000.76   0.06
XYZ53.116173.114915.3161
Yxy73.11490.37530.5165
Hunter Lab85.5073-38.755649.2350
CIE-Lab88.5025-38.597976.1625

#bfef3a color RGB value is (191,239,58).

#bfef3a hex color red value is 191, green value is 239 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bfef3a hue: 0.21 , saturation: 0.85 and the lightness value of bfef3a is 0.58.

The process color (four color CMYK) of #bfef3a color hex is 0.20, 0.00, 0.76, 0.06. Web safe color of #bfef3a is #ccff33. Color #bfef3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 00111010
Octal 277 357 72
Decimal 191 239 58
Hex BF EF 3A

RGB Percentages of Color #bfef3a

%39.14
%48.98
%11.89

CMYK Percentages of Color #bfef3a

%20
%0
%76
%6

Triadic Colors of #bfef3a

#bfef3a #3abfef #ef3abf

Analogous Colors of #bfef3a

#bfef3a #65ef3a #efc53a

Monochromatic Colors of #bfef3a

#bfef3a

Complementary Color

#bfef3a #6a3aef

#bfef3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfef3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfef3a Color CSS Codes

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

#bfef3a Text Font Color

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

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


#bfef3a Background Color

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

This div background color is #bfef3a


#bfef3a Border Color

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

This div border color is #bfef3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfef3a


Comments

No comments written yet.

Please login to write comment.