Color Hex Logo

#bae40e Color Hex

#BAE40E
(186,228,14)
0 Favorites   0 Comments

Color spaces of #bae40e

RGB 18622814
HSL0.200.880.47
HSV72°94°89°
CMYK 0.180.000.94   0.11
XYZ48.072465.957610.6129
Yxy65.95760.38570.5292
Hunter Lab81.2143-36.467249.1021
CIE-Lab84.9748-36.863882.0520

#bae40e color RGB value is (186,228,14).

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

The process color (four color CMYK) of #bae40e color hex is 0.18, 0.00, 0.94, 0.11. Web safe color of #bae40e is #cccc00. Color #bae40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 00001110
Octal 272 344 16
Decimal 186 228 14
Hex BA E4 E

RGB Percentages of Color #bae40e

%43.46
%53.27
%3.27

CMYK Percentages of Color #bae40e

%18
%0
%94
%11

Triadic Colors of #bae40e

#bae40e #0ebae4 #e40eba

Analogous Colors of #bae40e

#bae40e #4fe40e #e4a30e

Monochromatic Colors of #bae40e

#bae40e

Complementary Color

#bae40e #380ee4

#bae40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae40e Color CSS Codes

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

#bae40e Text Font Color

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

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


#bae40e Background Color

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

This div background color is #bae40e


#bae40e Border Color

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

This div border color is #bae40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae40e


Comments

No comments written yet.

Please login to write comment.