Color Hex Logo

#bae50b Color Hex

#BAE50B
(186,229,11)
0 Favorites   0 Comments

Color spaces of #bae50b

RGB 18622911
HSL0.200.910.47
HSV72°95°90°
CMYK 0.190.000.95   0.10
XYZ48.329466.501910.6055
Yxy66.50190.38530.5302
Hunter Lab81.5487-36.923149.3734
CIE-Lab85.2518-37.349182.5510

#bae50b color RGB value is (186,229,11).

#bae50b hex color red value is 186, green value is 229 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bae50b hue: 0.20 , saturation: 0.91 and the lightness value of bae50b is 0.47.

The process color (four color CMYK) of #bae50b color hex is 0.19, 0.00, 0.95, 0.10. Web safe color of #bae50b is #cccc00. Color #bae50b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 00001011
Octal 272 345 13
Decimal 186 229 11
Hex BA E5 B

RGB Percentages of Color #bae50b

%43.66
%53.76
%2.58

CMYK Percentages of Color #bae50b

%19
%0
%95
%10

Triadic Colors of #bae50b

#bae50b #0bbae5 #e50bba

Analogous Colors of #bae50b

#bae50b #4de50b #e5a30b

Monochromatic Colors of #bae50b

#bae50b

Complementary Color

#bae50b #360be5

#bae50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae50b Color CSS Codes

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

#bae50b Text Font Color

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

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


#bae50b Background Color

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

This div background color is #bae50b


#bae50b Border Color

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

This div border color is #bae50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae50b


Comments

No comments written yet.

Please login to write comment.