Color Hex Logo

#bae53e Color Hex

#BAE53E
(186,229,62)
0 Favorites   0 Comments

Color spaces of #bae53e

RGB 18622962
HSL0.210.760.57
HSV75°73°90°
CMYK 0.190.000.73   0.10
XYZ49.138566.825514.8662
Yxy66.82550.37560.5108
Hunter Lab81.7469-35.759746.4405
CIE-Lab85.4157-35.841171.8691

#bae53e color RGB value is (186,229,62).

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

The process color (four color CMYK) of #bae53e color hex is 0.19, 0.00, 0.73, 0.10. Web safe color of #bae53e is #cccc33. Color #bae53e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 00111110
Octal 272 345 76
Decimal 186 229 62
Hex BA E5 3E

RGB Percentages of Color #bae53e

%38.99
%48.01
%13.00

CMYK Percentages of Color #bae53e

%19
%0
%73
%10

Triadic Colors of #bae53e

#bae53e #3ebae5 #e53eba

Analogous Colors of #bae53e

#bae53e #67e53e #e5bd3e

Monochromatic Colors of #bae53e

#bae53e

Complementary Color

#bae53e #693ee5

#bae53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae53e Color CSS Codes

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

#bae53e Text Font Color

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

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


#bae53e Background Color

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

This div background color is #bae53e


#bae53e Border Color

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

This div border color is #bae53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae53e


Comments

No comments written yet.

Please login to write comment.