Color Hex Logo

#bae62e Color Hex

#BAE62E
(186,230,46)
0 Favorites   0 Comments

Color spaces of #bae62e

RGB 18623046
HSL0.210.790.54
HSV74°80°90°
CMYK 0.190.000.80   0.10
XYZ49.039767.230012.9768
Yxy67.23000.37940.5202
Hunter Lab81.9939-36.730348.0122
CIE-Lab85.6200-36.990576.7832

#bae62e color RGB value is (186,230,46).

#bae62e hex color red value is 186, green value is 230 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bae62e hue: 0.21 , saturation: 0.79 and the lightness value of bae62e is 0.54.

The process color (four color CMYK) of #bae62e color hex is 0.19, 0.00, 0.80, 0.10. Web safe color of #bae62e is #ccff33. Color #bae62e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 00101110
Octal 272 346 56
Decimal 186 230 46
Hex BA E6 2E

RGB Percentages of Color #bae62e

%40.26
%49.78
%9.96

CMYK Percentages of Color #bae62e

%19
%0
%80
%10

Triadic Colors of #bae62e

#bae62e #2ebae6 #e62eba

Analogous Colors of #bae62e

#bae62e #5ee62e #e6b62e

Monochromatic Colors of #bae62e

#bae62e

Complementary Color

#bae62e #5a2ee6

#bae62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae62e Color CSS Codes

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

#bae62e Text Font Color

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

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


#bae62e Background Color

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

This div background color is #bae62e


#bae62e Border Color

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

This div border color is #bae62e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,230,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 #bae62e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae62e


Comments

No comments written yet.

Please login to write comment.