Color Hex Logo

#beea7e Color Hex

#BEEA7E
(190,234,126)
0 Favorites   0 Comments

Color spaces of #beea7e

RGB 190234126
HSL0.230.720.71
HSV84°46°92°
CMYK 0.190.000.46   0.08
XYZ54.423971.299130.6323
Yxy71.29910.34810.4560
Hunter Lab84.4388-32.718137.5982
CIE-Lab87.6301-31.485047.6228

#beea7e color RGB value is (190,234,126).

#beea7e hex color red value is 190, green value is 234 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #beea7e hue: 0.23 , saturation: 0.72 and the lightness value of beea7e is 0.71.

The process color (four color CMYK) of #beea7e color hex is 0.19, 0.00, 0.46, 0.08. Web safe color of #beea7e is #ccff66. Color #beea7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 01111110
Octal 276 352 176
Decimal 190 234 126
Hex BE EA 7E

RGB Percentages of Color #beea7e

%34.55
%42.55
%22.91

CMYK Percentages of Color #beea7e

%19
%0
%46
%8

Triadic Colors of #beea7e

#beea7e #7ebeea #ea7ebe

Analogous Colors of #beea7e

#beea7e #88ea7e #eae07e

Monochromatic Colors of #beea7e

#beea7e

Complementary Color

#beea7e #aa7eea

#beea7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beea7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beea7e Color CSS Codes

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

#beea7e Text Font Color

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

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


#beea7e Background Color

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

This div background color is #beea7e


#beea7e Border Color

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

This div border color is #beea7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beea7e


Comments

No comments written yet.

Please login to write comment.