Color Hex Logo

#baff0e Color Hex

#BAFF0E
(186,255,14)
0 Favorites   0 Comments

Color spaces of #baff0e

RGB 18625514
HSL0.211.000.53
HSV77°95°100°
CMYK 0.270.000.95   0.00
XYZ56.089081.990813.2851
Yxy81.99080.37060.5417
Hunter Lab90.5488-47.891454.6853
CIE-Lab92.5708-48.589287.9941

#baff0e color RGB value is (186,255,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 00001110
Octal 272 377 16
Decimal 186 255 14
Hex BA FF E

RGB Percentages of Color #baff0e

%40.88
%56.04
%3.08

CMYK Percentages of Color #baff0e

%27
%0
%95
%0

Triadic Colors of #baff0e

#baff0e #0ebaff #ff0eba

Analogous Colors of #baff0e

#baff0e #42ff0e #ffcc0e

Monochromatic Colors of #baff0e

#baff0e

Complementary Color

#baff0e #530eff

#baff0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baff0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baff0e Color CSS Codes

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

#baff0e Text Font Color

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

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


#baff0e Background Color

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

This div background color is #baff0e


#baff0e Border Color

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

This div border color is #baff0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baff0e

Related Colors


Comments

No comments written yet.

Please login to write comment.