Color Hex Logo

#baff1c Color Hex

#BAFF1C
(186,255,28)
0 Favorites   0 Comments

Color spaces of #baff1c

RGB 18625528
HSL0.221.000.55
HSV78°89°100°
CMYK 0.270.000.89   0.00
XYZ56.219382.042913.9714
Yxy82.04290.36930.5389
Hunter Lab90.5775-47.720054.2589
CIE-Lab92.5938-48.363886.3542

#baff1c color RGB value is (186,255,28).

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

The process color (four color CMYK) of #baff1c color hex is 0.27, 0.00, 0.89, 0.00. Web safe color of #baff1c is #ccff33. Color #baff1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 00011100
Octal 272 377 34
Decimal 186 255 28
Hex BA FF 1C

RGB Percentages of Color #baff1c

%39.66
%54.37
%5.97

CMYK Percentages of Color #baff1c

%27
%0
%89
%0

Triadic Colors of #baff1c

#baff1c #1cbaff #ff1cba

Analogous Colors of #baff1c

#baff1c #49ff1c #ffd31c

Monochromatic Colors of #baff1c

#baff1c

Complementary Color

#baff1c #611cff

#baff1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baff1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baff1c Color CSS Codes

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

#baff1c Text Font Color

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

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


#baff1c Background Color

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

This div background color is #baff1c


#baff1c Border Color

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

This div border color is #baff1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baff1c


Comments

No comments written yet.

Please login to write comment.