Color Hex Logo

#baf62e Color Hex

#BAF62E
(186,246,46)
0 Favorites   0 Comments

Color spaces of #baf62e

RGB 18624646
HSL0.220.920.57
HSV78°81°96°
CMYK 0.240.000.81   0.04
XYZ53.698676.547914.5298
Yxy76.54790.37090.5287
Hunter Lab87.4917-43.554851.3978
CIE-Lab90.1131-44.040280.7508

#baf62e color RGB value is (186,246,46).

#baf62e hex color red value is 186, green value is 246 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #baf62e hue: 0.22 , saturation: 0.92 and the lightness value of baf62e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 00101110
Octal 272 366 56
Decimal 186 246 46
Hex BA F6 2E

RGB Percentages of Color #baf62e

%38.91
%51.46
%9.62

CMYK Percentages of Color #baf62e

%24
%0
%81
%4

Triadic Colors of #baf62e

#baf62e #2ebaf6 #f62eba

Analogous Colors of #baf62e

#baf62e #56f62e #f6ce2e

Monochromatic Colors of #baf62e

#baf62e

Complementary Color

#baf62e #6a2ef6

#baf62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf62e Color CSS Codes

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

#baf62e Text Font Color

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

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


#baf62e Background Color

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

This div background color is #baf62e


#baf62e Border Color

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

This div border color is #baf62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf62e


Comments

No comments written yet.

Please login to write comment.