Color Hex Logo

#baeb1f Color Hex

#BAEB1F
(186,235,31)
0 Favorites   0 Comments

Color spaces of #baeb1f

RGB 18623531
HSL0.210.840.52
HSV74°87°92°
CMYK 0.210.000.87   0.08
XYZ50.205469.954712.1528
Yxy69.95470.37940.5287
Hunter Lab83.6389-39.221149.9324
CIE-Lab86.9746-39.677081.2479

#baeb1f color RGB value is (186,235,31).

#baeb1f hex color red value is 186, green value is 235 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #baeb1f hue: 0.21 , saturation: 0.84 and the lightness value of baeb1f is 0.52.

The process color (four color CMYK) of #baeb1f color hex is 0.21, 0.00, 0.87, 0.08. Web safe color of #baeb1f is #ccff33. Color #baeb1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 00011111
Octal 272 353 37
Decimal 186 235 31
Hex BA EB 1F

RGB Percentages of Color #baeb1f

%41.15
%51.99
%6.86

CMYK Percentages of Color #baeb1f

%21
%0
%87
%8

Triadic Colors of #baeb1f

#baeb1f #1fbaeb #eb1fba

Analogous Colors of #baeb1f

#baeb1f #54eb1f #ebb61f

Monochromatic Colors of #baeb1f

#baeb1f

Complementary Color

#baeb1f #501feb

#baeb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb1f Color CSS Codes

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

#baeb1f Text Font Color

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

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


#baeb1f Background Color

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

This div background color is #baeb1f


#baeb1f Border Color

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

This div border color is #baeb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb1f


Comments

No comments written yet.

Please login to write comment.