Color Hex Logo

#baf53e Color Hex

#BAF53E
(186,245,62)
0 Favorites   0 Comments

Color spaces of #baf53e

RGB 18624562
HSL0.220.900.60
HSV79°75°96°
CMYK 0.240.000.75   0.04
XYZ53.771676.091716.4105
Yxy76.09170.36760.5202
Hunter Lab87.2306-42.620649.9073
CIE-Lab89.9019-42.942676.1546

#baf53e color RGB value is (186,245,62).

#baf53e hex color red value is 186, green value is 245 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #baf53e hue: 0.22 , saturation: 0.90 and the lightness value of baf53e is 0.60.

The process color (four color CMYK) of #baf53e color hex is 0.24, 0.00, 0.75, 0.04. Web safe color of #baf53e is #ccff33. Color #baf53e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110101 00111110
Octal 272 365 76
Decimal 186 245 62
Hex BA F5 3E

RGB Percentages of Color #baf53e

%37.73
%49.70
%12.58

CMYK Percentages of Color #baf53e

%24
%0
%75
%4

Triadic Colors of #baf53e

#baf53e #3ebaf5 #f53eba

Analogous Colors of #baf53e

#baf53e #5ff53e #f5d53e

Monochromatic Colors of #baf53e

#baf53e

Complementary Color

#baf53e #793ef5

#baf53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf53e Color CSS Codes

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

#baf53e Text Font Color

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

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


#baf53e Background Color

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

This div background color is #baf53e


#baf53e Border Color

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

This div border color is #baf53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf53e


Comments

No comments written yet.

Please login to write comment.