Color Hex Logo

#baff5e Color Hex

#BAFF5E
(186,255,94)
0 Favorites   0 Comments

Color spaces of #baff5e

RGB 18625594
HSL0.241.000.68
HSV86°63°100°
CMYK 0.270.000.63   0.00
XYZ58.030182.767323.5068
Yxy82.76730.35320.5037
Hunter Lab90.9765-45.351348.3640
CIE-Lab92.9125-45.278667.8004

#baff5e color RGB value is (186,255,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 01011110
Octal 272 377 136
Decimal 186 255 94
Hex BA FF 5E

RGB Percentages of Color #baff5e

%34.77
%47.66
%17.57

CMYK Percentages of Color #baff5e

%27
%0
%63
%0

Triadic Colors of #baff5e

#baff5e #5ebaff #ff5eba

Analogous Colors of #baff5e

#baff5e #6aff5e #fff45e

Monochromatic Colors of #baff5e

#baff5e

Complementary Color

#baff5e #a35eff

#baff5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baff5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baff5e Color CSS Codes

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

#baff5e Text Font Color

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

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


#baff5e Background Color

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

This div background color is #baff5e


#baff5e Border Color

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

This div border color is #baff5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baff5e

Related Colors


Comments

No comments written yet.

Please login to write comment.