Color Hex Logo

#bae62b Color Hex

#BAE62B
(186,230,43)
0 Favorites   0 Comments

Color spaces of #bae62b

RGB 18623043
HSL0.210.790.54
HSV74°81°90°
CMYK 0.190.000.81   0.10
XYZ48.982667.207212.6761
Yxy67.20720.38010.5215
Hunter Lab81.9800-36.812248.2183
CIE-Lab85.6085-37.096777.5296

#bae62b color RGB value is (186,230,43).

#bae62b hex color red value is 186, green value is 230 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bae62b hue: 0.21 , saturation: 0.79 and the lightness value of bae62b is 0.54.

The process color (four color CMYK) of #bae62b color hex is 0.19, 0.00, 0.81, 0.10. Web safe color of #bae62b is #ccff33. Color #bae62b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 00101011
Octal 272 346 53
Decimal 186 230 43
Hex BA E6 2B

RGB Percentages of Color #bae62b

%40.52
%50.11
%9.37

CMYK Percentages of Color #bae62b

%19
%0
%81
%10

Triadic Colors of #bae62b

#bae62b #2bbae6 #e62bba

Analogous Colors of #bae62b

#bae62b #5ce62b #e6b52b

Monochromatic Colors of #bae62b

#bae62b

Complementary Color

#bae62b #572be6

#bae62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae62b Color CSS Codes

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

#bae62b Text Font Color

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

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


#bae62b Background Color

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

This div background color is #bae62b


#bae62b Border Color

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

This div border color is #bae62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae62b


Comments

No comments written yet.

Please login to write comment.