Color Hex Logo

#bae60f Color Hex

#BAE60F
(186,230,15)
0 Favorites   0 Comments

Color spaces of #bae60f

RGB 18623015
HSL0.200.880.48
HSV72°93°90°
CMYK 0.190.000.93   0.10
XYZ48.632767.067210.8340
Yxy67.06720.38430.5300
Hunter Lab81.8946-37.314149.4826
CIE-Lab85.5379-37.749282.3881

#bae60f color RGB value is (186,230,15).

#bae60f hex color red value is 186, green value is 230 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bae60f hue: 0.20 , saturation: 0.88 and the lightness value of bae60f is 0.48.

The process color (four color CMYK) of #bae60f color hex is 0.19, 0.00, 0.93, 0.10. Web safe color of #bae60f is #ccff00. Color #bae60f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 00001111
Octal 272 346 17
Decimal 186 230 15
Hex BA E6 F

RGB Percentages of Color #bae60f

%43.16
%53.36
%3.48

CMYK Percentages of Color #bae60f

%19
%0
%93
%10

Triadic Colors of #bae60f

#bae60f #0fbae6 #e60fba

Analogous Colors of #bae60f

#bae60f #4fe60f #e6a70f

Monochromatic Colors of #bae60f

#bae60f

Complementary Color

#bae60f #3b0fe6

#bae60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae60f Color CSS Codes

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

#bae60f Text Font Color

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

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


#bae60f Background Color

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

This div background color is #bae60f


#bae60f Border Color

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

This div border color is #bae60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae60f


Comments

No comments written yet.

Please login to write comment.