Color Hex Logo

#bae60b Color Hex

#BAE60B
(186,230,11)
0 Favorites   0 Comments

Color spaces of #bae60b

RGB 18623011
HSL0.200.910.47
HSV72°95°90°
CMYK 0.190.000.95   0.10
XYZ48.606967.056910.6980
Yxy67.05690.38470.5307
Hunter Lab81.8883-37.351249.5761
CIE-Lab85.5327-37.797582.7686

#bae60b color RGB value is (186,230,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 00001011
Octal 272 346 13
Decimal 186 230 11
Hex BA E6 B

RGB Percentages of Color #bae60b

%43.56
%53.86
%2.58

CMYK Percentages of Color #bae60b

%19
%0
%95
%10

Triadic Colors of #bae60b

#bae60b #0bbae6 #e60bba

Analogous Colors of #bae60b

#bae60b #4de60b #e6a50b

Monochromatic Colors of #bae60b

#bae60b

Complementary Color

#bae60b #370be6

#bae60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae60b Color CSS Codes

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

#bae60b Text Font Color

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

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


#bae60b Background Color

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

This div background color is #bae60b


#bae60b Border Color

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

This div border color is #bae60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae60b


Comments

No comments written yet.

Please login to write comment.