Color Hex Logo

#bae64e Color Hex

#BAE64E
(186,230,78)
0 Favorites   0 Comments

Color spaces of #bae64e

RGB 18623078
HSL0.210.750.60
HSV77°66°90°
CMYK 0.190.000.66   0.10
XYZ49.921767.582817.6214
Yxy67.58280.36940.5001
Hunter Lab82.2088-35.470344.8374
CIE-Lab85.7974-35.365466.5219

#bae64e color RGB value is (186,230,78).

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

The process color (four color CMYK) of #bae64e color hex is 0.19, 0.00, 0.66, 0.10. Web safe color of #bae64e is #ccff66. Color #bae64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 01001110
Octal 272 346 116
Decimal 186 230 78
Hex BA E6 4E

RGB Percentages of Color #bae64e

%37.65
%46.56
%15.79

CMYK Percentages of Color #bae64e

%19
%0
%66
%10

Triadic Colors of #bae64e

#bae64e #4ebae6 #e64eba

Analogous Colors of #bae64e

#bae64e #6ee64e #e6c64e

Monochromatic Colors of #bae64e

#bae64e

Complementary Color

#bae64e #7a4ee6

#bae64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae64e Color CSS Codes

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

#bae64e Text Font Color

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

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


#bae64e Background Color

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

This div background color is #bae64e


#bae64e Border Color

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

This div border color is #bae64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae64e


Comments

No comments written yet.

Please login to write comment.