Color Hex Logo

#bae20a Color Hex

#BAE20A
(186,226,10)
0 Favorites   0 Comments

Color spaces of #bae20a

RGB 18622610
HSL0.200.920.46
HSV71°96°89°
CMYK 0.180.000.96   0.11
XYZ47.500864.853710.3016
Yxy64.85370.38730.5287
Hunter Lab80.5318-35.644448.7879
CIE-Lab84.4083-36.007381.9842

#bae20a color RGB value is (186,226,10).

#bae20a hex color red value is 186, green value is 226 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bae20a hue: 0.20 , saturation: 0.92 and the lightness value of bae20a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 00001010
Octal 272 342 12
Decimal 186 226 10
Hex BA E2 A

RGB Percentages of Color #bae20a

%44.08
%53.55
%2.37

CMYK Percentages of Color #bae20a

%18
%0
%96
%11

Triadic Colors of #bae20a

#bae20a #0abae2 #e20aba

Analogous Colors of #bae20a

#bae20a #4ee20a #e29e0a

Monochromatic Colors of #bae20a

#bae20a

Complementary Color

#bae20a #320ae2

#bae20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae20a Color CSS Codes

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

#bae20a Text Font Color

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

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


#bae20a Background Color

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

This div background color is #bae20a


#bae20a Border Color

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

This div border color is #bae20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae20a


Comments

No comments written yet.

Please login to write comment.