color codes Logo

#bae02a color codes

#BAE02A
(186,224,42)
0 Favorites   0 Comments

Color spaces of #bae02a

RGB 18622442
HSL0.200.750.52
HSV73°81°88°
CMYK 0.170.000.81   0.12
XYZ47.323363.917612.0336
Yxy63.91760.38390.5185
Hunter Lab79.9485-34.251747.0398
CIE-Lab83.9228-34.409776.3020

#bae02a color RGB value is (186,224,42).

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

The process color (four color CMYK) of #bae02a color code is 0.17, 0.00, 0.81, 0.12. Web safe color of #bae02a is #cccc33. Color #bae02a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 00101010
Octal 272 340 52
Decimal 186 224 42
Hex BA E0 2A

RGB Percentages of Color #bae02a

%41.15
%49.56
%9.29

CMYK Percentages of Color #bae02a

%17
%0
%81
%12

Triadic Colors of #bae02a

#bae02a #2abae0 #e02aba

Analogous Colors of #bae02a

#bae02a #5fe02a #e0ab2a

Monochromatic Colors of #bae02a

#bae02a

Complementary Color

#bae02a #502ae0

#bae02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae02a Color CSS Codes

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

#bae02a Text Font Color

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

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


#bae02a Background Color

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

This div background color is #bae02a


#bae02a Border Color

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

This div border color is #bae02a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,224,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 #bae02a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae02a


Comments

No comments written yet.

Please login to write comment.