Color Hex Logo

#baec4a Color Hex

#BAEC4A
(186,236,74)
0 Favorites   0 Comments

Color spaces of #baec4a

RGB 18623674
HSL0.220.810.61
HSV79°69°93°
CMYK 0.210.000.69   0.07
XYZ51.481270.924417.4550
Yxy70.92440.36810.5071
Hunter Lab84.2166-38.262946.6630
CIE-Lab87.4483-38.323469.7124

#baec4a color RGB value is (186,236,74).

#baec4a hex color red value is 186, green value is 236 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #baec4a hue: 0.22 , saturation: 0.81 and the lightness value of baec4a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 01001010
Octal 272 354 112
Decimal 186 236 74
Hex BA EC 4A

RGB Percentages of Color #baec4a

%37.50
%47.58
%14.92

CMYK Percentages of Color #baec4a

%21
%0
%69
%7

Triadic Colors of #baec4a

#baec4a #4abaec #ec4aba

Analogous Colors of #baec4a

#baec4a #69ec4a #eccd4a

Monochromatic Colors of #baec4a

#baec4a

Complementary Color

#baec4a #7c4aec

#baec4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baec4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baec4a Color CSS Codes

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

#baec4a Text Font Color

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

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


#baec4a Background Color

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

This div background color is #baec4a


#baec4a Border Color

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

This div border color is #baec4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baec4a


Comments

No comments written yet.

Please login to write comment.