Color Hex Logo

#baef4a Color Hex

#BAEF4A
(186,239,74)
0 Favorites   0 Comments

Color spaces of #baef4a

RGB 18623974
HSL0.220.840.61
HSV79°69°94°
CMYK 0.220.000.69   0.06
XYZ52.352272.666517.7454
Yxy72.66650.36670.5090
Hunter Lab85.2446-39.554047.3288
CIE-Lab88.2884-39.659170.5617

#baef4a color RGB value is (186,239,74).

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

The process color (four color CMYK) of #baef4a color hex is 0.22, 0.00, 0.69, 0.06. Web safe color of #baef4a is #ccff33. Color #baef4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 01001010
Octal 272 357 112
Decimal 186 239 74
Hex BA EF 4A

RGB Percentages of Color #baef4a

%37.27
%47.90
%14.83

CMYK Percentages of Color #baef4a

%22
%0
%69
%6

Triadic Colors of #baef4a

#baef4a #4abaef #ef4aba

Analogous Colors of #baef4a

#baef4a #68ef4a #efd24a

Monochromatic Colors of #baef4a

#baef4a

Complementary Color

#baef4a #7f4aef

#baef4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baef4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baef4a Color CSS Codes

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

#baef4a Text Font Color

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

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


#baef4a Background Color

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

This div background color is #baef4a


#baef4a Border Color

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

This div border color is #baef4a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,239,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 #baef4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baef4a


Comments

No comments written yet.

Please login to write comment.