Color Hex Logo

#beea2e Color Hex

#BEEA2E
(190,234,46)
0 Favorites   0 Comments

Color spaces of #beea2e

RGB 19023446
HSL0.210.820.55
HSV74°80°92°
CMYK 0.190.000.80   0.08
XYZ51.151269.990013.3982
Yxy69.99000.38020.5202
Hunter Lab83.6600-37.267049.0667
CIE-Lab86.9920-37.229378.0947

#beea2e color RGB value is (190,234,46).

#beea2e hex color red value is 190, green value is 234 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #beea2e hue: 0.21 , saturation: 0.82 and the lightness value of beea2e is 0.55.

The process color (four color CMYK) of #beea2e color hex is 0.19, 0.00, 0.80, 0.08. Web safe color of #beea2e is #ccff33. Color #beea2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 00101110
Octal 276 352 56
Decimal 190 234 46
Hex BE EA 2E

RGB Percentages of Color #beea2e

%40.43
%49.79
%9.79

CMYK Percentages of Color #beea2e

%19
%0
%80
%8

Triadic Colors of #beea2e

#beea2e #2ebeea #ea2ebe

Analogous Colors of #beea2e

#beea2e #60ea2e #eab82e

Monochromatic Colors of #beea2e

#beea2e

Complementary Color

#beea2e #5a2eea

#beea2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beea2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beea2e Color CSS Codes

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

#beea2e Text Font Color

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

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


#beea2e Background Color

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

This div background color is #beea2e


#beea2e Border Color

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

This div border color is #beea2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,234,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #beea2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #beea2e;
  -webkit-box-shadow: 1px 1px 3px 2px #beea2e;
  box-shadow:         1px 1px 3px 2px #beea2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,234,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beea2e


Comments

No comments written yet.

Please login to write comment.