Color Hex Logo

#baff50 Color Hex

#BAFF50
(186,255,80)
0 Favorites   0 Comments

Color spaces of #baff50

RGB 18625580
HSL0.231.000.66
HSV84°69°100°
CMYK 0.270.000.69   0.00
XYZ57.457782.538320.4926
Yxy82.53830.35800.5143
Hunter Lab90.8506-46.097750.2217
CIE-Lab92.8119-46.244572.9915

#baff50 color RGB value is (186,255,80).

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

The process color (four color CMYK) of #baff50 color hex is 0.27, 0.00, 0.69, 0.00. Web safe color of #baff50 is #ccff66. Color #baff50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 01010000
Octal 272 377 120
Decimal 186 255 80
Hex BA FF 50

RGB Percentages of Color #baff50

%35.70
%48.94
%15.36

CMYK Percentages of Color #baff50

%27
%0
%69
%0

Triadic Colors of #baff50

#baff50 #50baff #ff50ba

Analogous Colors of #baff50

#baff50 #62ff50 #ffed50

Monochromatic Colors of #baff50

#baff50

Complementary Color

#baff50 #9550ff

#baff50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baff50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baff50 Color CSS Codes

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

#baff50 Text Font Color

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

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


#baff50 Background Color

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

This div background color is #baff50


#baff50 Border Color

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

This div border color is #baff50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baff50


Comments

No comments written yet.

Please login to write comment.