Color Hex Logo

#bae42e Color Hex

#BAE42E
(186,228,46)
0 Favorites   0 Comments

Color spaces of #bae42e

RGB 18622846
HSL0.210.770.54
HSV74°80°89°
CMYK 0.180.000.80   0.11
XYZ48.486266.123212.7923
Yxy66.12320.38060.5190
Hunter Lab81.3162-35.869547.5941
CIE-Lab85.0592-36.088076.2851

#bae42e color RGB value is (186,228,46).

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

The process color (four color CMYK) of #bae42e color hex is 0.18, 0.00, 0.80, 0.11. Web safe color of #bae42e is #cccc33. Color #bae42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 00101110
Octal 272 344 56
Decimal 186 228 46
Hex BA E4 2E

RGB Percentages of Color #bae42e

%40.43
%49.57
%10.00

CMYK Percentages of Color #bae42e

%18
%0
%80
%11

Triadic Colors of #bae42e

#bae42e #2ebae4 #e42eba

Analogous Colors of #bae42e

#bae42e #5fe42e #e4b32e

Monochromatic Colors of #bae42e

#bae42e

Complementary Color

#bae42e #582ee4

#bae42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae42e Color CSS Codes

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

#bae42e Text Font Color

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

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


#bae42e Background Color

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

This div background color is #bae42e


#bae42e Border Color

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

This div border color is #bae42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae42e


Comments

No comments written yet.

Please login to write comment.