Color Hex Logo

#bfef2c Color Hex

#BFEF2C
(191,239,44)
0 Favorites   0 Comments

Color spaces of #bfef2c

RGB 19123944
HSL0.210.860.55
HSV75°82°94°
CMYK 0.200.000.82   0.06
XYZ52.807072.991213.6884
Yxy72.99120.37860.5233
Hunter Lab85.4349-39.180850.3050
CIE-Lab88.4435-39.144279.8843

#bfef2c color RGB value is (191,239,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 00101100
Octal 277 357 54
Decimal 191 239 44
Hex BF EF 2C

RGB Percentages of Color #bfef2c

%40.30
%50.42
%9.28

CMYK Percentages of Color #bfef2c

%20
%0
%82
%6

Triadic Colors of #bfef2c

#bfef2c #2cbfef #ef2cbf

Analogous Colors of #bfef2c

#bfef2c #5eef2c #efbe2c

Monochromatic Colors of #bfef2c

#bfef2c

Complementary Color

#bfef2c #5c2cef

#bfef2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfef2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfef2c Color CSS Codes

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

#bfef2c Text Font Color

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

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


#bfef2c Background Color

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

This div background color is #bfef2c


#bfef2c Border Color

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

This div border color is #bfef2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfef2c


Comments

No comments written yet.

Please login to write comment.