Color Hex Logo

#bae01a Color Hex

#BAE01A
(186,224,26)
0 Favorites   0 Comments

Color spaces of #bae01a

RGB 18622426
HSL0.200.790.49
HSV72°88°88°
CMYK 0.170.000.88   0.12
XYZ47.091863.825010.8147
Yxy63.82500.38680.5243
Hunter Lab79.8906-34.590947.8974
CIE-Lab83.8746-34.848979.5754

#bae01a color RGB value is (186,224,26).

#bae01a hex color red value is 186, green value is 224 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bae01a hue: 0.20 , saturation: 0.79 and the lightness value of bae01a is 0.49.

The process color (four color CMYK) of #bae01a color hex is 0.17, 0.00, 0.88, 0.12. Web safe color of #bae01a is #cccc33. Color #bae01a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 00011010
Octal 272 340 32
Decimal 186 224 26
Hex BA E0 1A

RGB Percentages of Color #bae01a

%42.66
%51.38
%5.96

CMYK Percentages of Color #bae01a

%17
%0
%88
%12

Triadic Colors of #bae01a

#bae01a #1abae0 #e01aba

Analogous Colors of #bae01a

#bae01a #57e01a #e0a31a

Monochromatic Colors of #bae01a

#bae01a

Complementary Color

#bae01a #401ae0

#bae01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae01a Color CSS Codes

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

#bae01a Text Font Color

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

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


#bae01a Background Color

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

This div background color is #bae01a


#bae01a Border Color

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

This div border color is #bae01a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae01a


Comments

No comments written yet.

Please login to write comment.