Color Hex Logo

#bae54f Color Hex

#BAE54F
(186,229,79)
0 Favorites   0 Comments

Color spaces of #bae54f

RGB 18622979
HSL0.210.740.60
HSV77°66°90°
CMYK 0.190.000.66   0.10
XYZ49.680367.042217.7192
Yxy67.04220.36950.4987
Hunter Lab81.8793-34.983844.4848
CIE-Lab85.5253-34.843665.8514

#bae54f color RGB value is (186,229,79).

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

The process color (four color CMYK) of #bae54f color hex is 0.19, 0.00, 0.66, 0.10. Web safe color of #bae54f is #cccc66. Color #bae54f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01001111
Octal 272 345 117
Decimal 186 229 79
Hex BA E5 4F

RGB Percentages of Color #bae54f

%37.65
%46.36
%15.99

CMYK Percentages of Color #bae54f

%19
%0
%66
%10

Triadic Colors of #bae54f

#bae54f #4fbae5 #e54fba

Analogous Colors of #bae54f

#bae54f #6fe54f #e5c54f

Monochromatic Colors of #bae54f

#bae54f

Complementary Color

#bae54f #7a4fe5

#bae54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae54f Color CSS Codes

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

#bae54f Text Font Color

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

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


#bae54f Background Color

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

This div background color is #bae54f


#bae54f Border Color

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

This div border color is #bae54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae54f


Comments

No comments written yet.

Please login to write comment.