Color Hex Logo

#baec31 Color Hex

#BAEC31
(186,236,49)
0 Favorites   0 Comments

Color spaces of #baec31

RGB 18623649
HSL0.210.830.56
HSV76°79°93°
CMYK 0.210.000.79   0.07
XYZ50.799570.651813.8655
Yxy70.65180.37540.5221
Hunter Lab84.0546-39.216849.0579
CIE-Lab87.3156-39.558477.5093

#baec31 color RGB value is (186,236,49).

#baec31 hex color red value is 186, green value is 236 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #baec31 hue: 0.21 , saturation: 0.83 and the lightness value of baec31 is 0.56.

The process color (four color CMYK) of #baec31 color hex is 0.21, 0.00, 0.79, 0.07. Web safe color of #baec31 is #ccff33. Color #baec31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 00110001
Octal 272 354 61
Decimal 186 236 49
Hex BA EC 31

RGB Percentages of Color #baec31

%39.49
%50.11
%10.40

CMYK Percentages of Color #baec31

%21
%0
%79
%7

Triadic Colors of #baec31

#baec31 #31baec #ec31ba

Analogous Colors of #baec31

#baec31 #5cec31 #ecc131

Monochromatic Colors of #baec31

#baec31

Complementary Color

#baec31 #6331ec

#baec31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baec31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baec31 Color CSS Codes

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

#baec31 Text Font Color

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

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


#baec31 Background Color

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

This div background color is #baec31


#baec31 Border Color

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

This div border color is #baec31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baec31


Comments

No comments written yet.

Please login to write comment.