Color Hex Logo

#baf53b Color Hex

#BAF53B
(186,245,59)
0 Favorites   0 Comments

Color spaces of #baf53b

RGB 18624559
HSL0.220.900.60
HSV79°76°96°
CMYK 0.240.000.76   0.04
XYZ53.691576.059715.9888
Yxy76.05970.36840.5219
Hunter Lab87.2122-42.729350.1788
CIE-Lab89.8871-43.084077.0486

#baf53b color RGB value is (186,245,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110101 00111011
Octal 272 365 73
Decimal 186 245 59
Hex BA F5 3B

RGB Percentages of Color #baf53b

%37.96
%50.00
%12.04

CMYK Percentages of Color #baf53b

%24
%0
%76
%4

Triadic Colors of #baf53b

#baf53b #3bbaf5 #f53bba

Analogous Colors of #baf53b

#baf53b #5df53b #f5d33b

Monochromatic Colors of #baf53b

#baf53b

Complementary Color

#baf53b #763bf5

#baf53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf53b Color CSS Codes

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

#baf53b Text Font Color

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

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


#baf53b Background Color

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

This div background color is #baf53b


#baf53b Border Color

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

This div border color is #baf53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf53b


Comments

No comments written yet.

Please login to write comment.