Color Hex Logo

#baeb0e Color Hex

#BAEB0E
(186,235,14)
0 Favorites   0 Comments

Color spaces of #baeb0e

RGB 18623514
HSL0.200.890.49
HSV73°94°92°
CMYK 0.210.000.94   0.08
XYZ50.037369.887511.2679
Yxy69.88750.38140.5327
Hunter Lab83.5987-39.458250.5277
CIE-Lab86.9417-39.986483.5873

#baeb0e color RGB value is (186,235,14).

#baeb0e hex color red value is 186, green value is 235 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #baeb0e hue: 0.20 , saturation: 0.89 and the lightness value of baeb0e is 0.49.

The process color (four color CMYK) of #baeb0e color hex is 0.21, 0.00, 0.94, 0.08. Web safe color of #baeb0e is #ccff00. Color #baeb0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 00001110
Octal 272 353 16
Decimal 186 235 14
Hex BA EB E

RGB Percentages of Color #baeb0e

%42.76
%54.02
%3.22

CMYK Percentages of Color #baeb0e

%21
%0
%94
%8

Triadic Colors of #baeb0e

#baeb0e #0ebaeb #eb0eba

Analogous Colors of #baeb0e

#baeb0e #4beb0e #ebae0e

Monochromatic Colors of #baeb0e

#baeb0e

Complementary Color

#baeb0e #3f0eeb

#baeb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb0e Color CSS Codes

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

#baeb0e Text Font Color

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

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


#baeb0e Background Color

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

This div background color is #baeb0e


#baeb0e Border Color

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

This div border color is #baeb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb0e


Comments

No comments written yet.

Please login to write comment.