Color Hex Logo

#baeb3e Color Hex

#BAEB3E
(186,235,62)
0 Favorites   0 Comments

Color spaces of #baeb3e

RGB 18623562
HSL0.210.810.58
HSV77°74°92°
CMYK 0.210.000.74   0.08
XYZ50.827570.203615.4292
Yxy70.20360.37250.5145
Hunter Lab83.7876-38.346047.7333
CIE-Lab87.0966-38.540273.4832

#baeb3e color RGB value is (186,235,62).

#baeb3e hex color red value is 186, green value is 235 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #baeb3e hue: 0.21 , saturation: 0.81 and the lightness value of baeb3e is 0.58.

The process color (four color CMYK) of #baeb3e color hex is 0.21, 0.00, 0.74, 0.08. Web safe color of #baeb3e is #ccff33. Color #baeb3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 00111110
Octal 272 353 76
Decimal 186 235 62
Hex BA EB 3E

RGB Percentages of Color #baeb3e

%38.51
%48.65
%12.84

CMYK Percentages of Color #baeb3e

%21
%0
%74
%8

Triadic Colors of #baeb3e

#baeb3e #3ebaeb #eb3eba

Analogous Colors of #baeb3e

#baeb3e #63eb3e #ebc63e

Monochromatic Colors of #baeb3e

#baeb3e

Complementary Color

#baeb3e #6f3eeb

#baeb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb3e Color CSS Codes

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

#baeb3e Text Font Color

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

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


#baeb3e Background Color

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

This div background color is #baeb3e


#baeb3e Border Color

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

This div border color is #baeb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb3e


Comments

No comments written yet.

Please login to write comment.