Color Hex Logo

#bae30b Color Hex

#BAE30B
(186,227,11)
0 Favorites   0 Comments

Color spaces of #bae30b

RGB 18622711
HSL0.200.910.47
HSV71°95°89°
CMYK 0.180.000.95   0.11
XYZ47.779265.401410.4221
Yxy65.40140.38660.5291
Hunter Lab80.8711-36.065548.9689
CIE-Lab84.6902-36.448582.1162

#bae30b color RGB value is (186,227,11).

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

The process color (four color CMYK) of #bae30b color hex is 0.18, 0.00, 0.95, 0.11. Web safe color of #bae30b is #cccc00. Color #bae30b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100011 00001011
Octal 272 343 13
Decimal 186 227 11
Hex BA E3 B

RGB Percentages of Color #bae30b

%43.87
%53.54
%2.59

CMYK Percentages of Color #bae30b

%18
%0
%95
%11

Triadic Colors of #bae30b

#bae30b #0bbae3 #e30bba

Analogous Colors of #bae30b

#bae30b #4ee30b #e3a00b

Monochromatic Colors of #bae30b

#bae30b

Complementary Color

#bae30b #340be3

#bae30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae30b Color CSS Codes

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

#bae30b Text Font Color

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

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


#bae30b Background Color

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

This div background color is #bae30b


#bae30b Border Color

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

This div border color is #bae30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae30b


Comments

No comments written yet.

Please login to write comment.