Color Hex Logo

#baf132 Color Hex

#BAF132
(186,241,50)
0 Favorites   0 Comments

Color spaces of #baf132

RGB 18624150
HSL0.210.870.57
HSV77°79°95°
CMYK 0.230.000.79   0.05
XYZ52.280773.580014.4645
Yxy73.58000.37260.5244
Hunter Lab85.7788-41.320250.0473
CIE-Lab88.7236-41.721578.5084

#baf132 color RGB value is (186,241,50).

#baf132 hex color red value is 186, green value is 241 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #baf132 hue: 0.21 , saturation: 0.87 and the lightness value of baf132 is 0.57.

The process color (four color CMYK) of #baf132 color hex is 0.23, 0.00, 0.79, 0.05. Web safe color of #baf132 is #ccff33. Color #baf132 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110001 00110010
Octal 272 361 62
Decimal 186 241 50
Hex BA F1 32

RGB Percentages of Color #baf132

%38.99
%50.52
%10.48

CMYK Percentages of Color #baf132

%23
%0
%79
%5

Triadic Colors of #baf132

#baf132 #32baf1 #f132ba

Analogous Colors of #baf132

#baf132 #5af132 #f1c932

Monochromatic Colors of #baf132

#baf132

Complementary Color

#baf132 #6932f1

#baf132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf132 Color CSS Codes

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

#baf132 Text Font Color

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

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


#baf132 Background Color

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

This div background color is #baf132


#baf132 Border Color

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

This div border color is #baf132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf132


Comments

No comments written yet.

Please login to write comment.