Color Hex Logo

#bae22a Color Hex

#BAE22A
(186,226,42)
0 Favorites   0 Comments

Color spaces of #bae22a

RGB 18622642
HSL0.200.760.53
HSV73°81°89°
CMYK 0.180.000.81   0.11
XYZ47.864064.999012.2138
Yxy64.99900.38270.5197
Hunter Lab80.6220-35.115847.4532
CIE-Lab84.4832-35.321576.7915

#bae22a color RGB value is (186,226,42).

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

The process color (four color CMYK) of #bae22a color hex is 0.18, 0.00, 0.81, 0.11. Web safe color of #bae22a is #cccc33. Color #bae22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 00101010
Octal 272 342 52
Decimal 186 226 42
Hex BA E2 2A

RGB Percentages of Color #bae22a

%40.97
%49.78
%9.25

CMYK Percentages of Color #bae22a

%18
%0
%81
%11

Triadic Colors of #bae22a

#bae22a #2abae2 #e22aba

Analogous Colors of #bae22a

#bae22a #5ee22a #e2ae2a

Monochromatic Colors of #bae22a

#bae22a

Complementary Color

#bae22a #522ae2

#bae22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae22a Color CSS Codes

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

#bae22a Text Font Color

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

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


#bae22a Background Color

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

This div background color is #bae22a


#bae22a Border Color

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

This div border color is #bae22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae22a


Comments

No comments written yet.

Please login to write comment.