Color Hex Logo

#bafe0e Color Hex

#BAFE0E
(186,254,14)
0 Favorites   0 Comments

Color spaces of #bafe0e

RGB 18625414
HSL0.210.990.53
HSV77°94°100°
CMYK 0.270.000.94   0.00
XYZ55.770881.354413.1790
Yxy81.35440.37110.5413
Hunter Lab90.1967-47.473354.4746
CIE-Lab92.2892-48.169887.7733

#bafe0e color RGB value is (186,254,14).

#bafe0e hex color red value is 186, green value is 254 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bafe0e hue: 0.21 , saturation: 0.99 and the lightness value of bafe0e is 0.53.

The process color (four color CMYK) of #bafe0e color hex is 0.27, 0.00, 0.94, 0.00. Web safe color of #bafe0e is #ccff00. Color #bafe0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111110 00001110
Octal 272 376 16
Decimal 186 254 14
Hex BA FE E

RGB Percentages of Color #bafe0e

%40.97
%55.95
%3.08

CMYK Percentages of Color #bafe0e

%27
%0
%94
%0

Triadic Colors of #bafe0e

#bafe0e #0ebafe #fe0eba

Analogous Colors of #bafe0e

#bafe0e #42fe0e #feca0e

Monochromatic Colors of #bafe0e

#bafe0e

Complementary Color

#bafe0e #520efe

#bafe0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafe0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafe0e Color CSS Codes

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

#bafe0e Text Font Color

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

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


#bafe0e Background Color

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

This div background color is #bafe0e


#bafe0e Border Color

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

This div border color is #bafe0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,254,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bafe0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bafe0e;
  -webkit-box-shadow: 1px 1px 3px 2px #bafe0e;
  box-shadow:         1px 1px 3px 2px #bafe0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,254,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafe0e


Comments

No comments written yet.

Please login to write comment.