Color Hex Logo

#baeb49 Color Hex

#BAEB49
(186,235,73)
0 Favorites   0 Comments

Color spaces of #baeb49

RGB 18623573
HSL0.220.800.60
HSV78°69°92°
CMYK 0.210.000.69   0.08
XYZ51.160670.336817.1832
Yxy70.33680.36890.5072
Hunter Lab83.8670-37.878746.5592
CIE-Lab87.1618-37.936469.7853

#baeb49 color RGB value is (186,235,73).

#baeb49 hex color red value is 186, green value is 235 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #baeb49 hue: 0.22 , saturation: 0.80 and the lightness value of baeb49 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 01001001
Octal 272 353 111
Decimal 186 235 73
Hex BA EB 49

RGB Percentages of Color #baeb49

%37.65
%47.57
%14.78

CMYK Percentages of Color #baeb49

%21
%0
%69
%8

Triadic Colors of #baeb49

#baeb49 #49baeb #eb49ba

Analogous Colors of #baeb49

#baeb49 #69eb49 #ebcb49

Monochromatic Colors of #baeb49

#baeb49

Complementary Color

#baeb49 #7a49eb

#baeb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb49 Color CSS Codes

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

#baeb49 Text Font Color

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

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


#baeb49 Background Color

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

This div background color is #baeb49


#baeb49 Border Color

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

This div border color is #baeb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb49


Comments

No comments written yet.

Please login to write comment.