Color Hex Logo

#bae03a Color Hex

#BAE03A
(186,224,58)
0 Favorites   0 Comments

Color spaces of #bae03a

RGB 18622458
HSL0.200.730.55
HSV74°74°88°
CMYK 0.170.000.74   0.12
XYZ47.669164.055913.8546
Yxy64.05590.37960.5101
Hunter Lab80.0349-33.745945.7609
CIE-Lab83.9949-33.757271.8103

#bae03a color RGB value is (186,224,58).

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

The process color (four color CMYK) of #bae03a color hex is 0.17, 0.00, 0.74, 0.12. Web safe color of #bae03a is #cccc33. Color #bae03a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 00111010
Octal 272 340 72
Decimal 186 224 58
Hex BA E0 3A

RGB Percentages of Color #bae03a

%39.74
%47.86
%12.39

CMYK Percentages of Color #bae03a

%17
%0
%74
%12

Triadic Colors of #bae03a

#bae03a #3abae0 #e03aba

Analogous Colors of #bae03a

#bae03a #67e03a #e0b33a

Monochromatic Colors of #bae03a

#bae03a

Complementary Color

#bae03a #603ae0

#bae03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae03a Color CSS Codes

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

#bae03a Text Font Color

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

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


#bae03a Background Color

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

This div background color is #bae03a


#bae03a Border Color

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

This div border color is #bae03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae03a


Comments

No comments written yet.

Please login to write comment.