Color Hex Logo

#baf94e Color Hex

#BAF94E
(186,249,78)
0 Favorites   0 Comments

Color spaces of #baf94e

RGB 18624978
HSL0.230.930.64
HSV82°69°98°
CMYK 0.250.000.69   0.02
XYZ55.500578.740519.4810
Yxy78.74050.36100.5122
Hunter Lab88.7358-43.643649.0986
CIE-Lab91.1167-43.793671.9867

#baf94e color RGB value is (186,249,78).

#baf94e hex color red value is 186, green value is 249 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #baf94e hue: 0.23 , saturation: 0.93 and the lightness value of baf94e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 01001110
Octal 272 371 116
Decimal 186 249 78
Hex BA F9 4E

RGB Percentages of Color #baf94e

%36.26
%48.54
%15.20

CMYK Percentages of Color #baf94e

%25
%0
%69
%2

Triadic Colors of #baf94e

#baf94e #4ebaf9 #f94eba

Analogous Colors of #baf94e

#baf94e #65f94e #f9e34e

Monochromatic Colors of #baf94e

#baf94e

Complementary Color

#baf94e #8d4ef9

#baf94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf94e Color CSS Codes

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

#baf94e Text Font Color

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

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


#baf94e Background Color

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

This div background color is #baf94e


#baf94e Border Color

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

This div border color is #baf94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf94e

Related Colors


Comments

No comments written yet.

Please login to write comment.