Color Hex Logo

#bae000 Color Hex

#BAE000
(186,224,0)
0 Favorites   0 Comments

Color spaces of #bae000

RGB 1862240
HSL0.191.000.44
HSV70°100°88°
CMYK 0.170.001.00   0.12
XYZ46.905463.75049.8329
Yxy63.75040.38930.5291
Hunter Lab79.8438-34.864448.5890
CIE-Lab83.8356-35.203882.4005

#bae000 color RGB value is (186,224,0).

#bae000 hex color red value is 186, green value is 224 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bae000 hue: 0.19 , saturation: 1.00 and the lightness value of bae000 is 0.44.

The process color (four color CMYK) of #bae000 color hex is 0.17, 0.00, 1.00, 0.12. Web safe color of #bae000 is #cccc00. Color #bae000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 00000000
Octal 272 340 0
Decimal 186 224 0
Hex BA E0 0

RGB Percentages of Color #bae000

%45.37
%54.63
%0.00

CMYK Percentages of Color #bae000

%17
%0
%100
%12

Triadic Colors of #bae000

#bae000 #00bae0 #e000ba

Analogous Colors of #bae000

#bae000 #4ae000 #e09600

Monochromatic Colors of #bae000

#bae000

Complementary Color

#bae000 #2600e0

#bae000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae000 Color CSS Codes

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

#bae000 Text Font Color

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

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


#bae000 Background Color

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

This div background color is #bae000


#bae000 Border Color

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

This div border color is #bae000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae000


Comments

No comments written yet.

Please login to write comment.