Color Hex Logo

#beea8e Color Hex

#BEEA8E
(190,234,142)
0 Favorites   0 Comments

Color spaces of #beea8e

RGB 190234142
HSL0.250.690.74
HSV89°39°92°
CMYK 0.190.000.39   0.08
XYZ55.540571.745836.5122
Yxy71.74580.33910.4380
Hunter Lab84.7029-31.185933.7344
CIE-Lab87.8461-29.595640.0958

#beea8e color RGB value is (190,234,142).

#beea8e hex color red value is 190, green value is 234 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #beea8e hue: 0.25 , saturation: 0.69 and the lightness value of beea8e is 0.74.

The process color (four color CMYK) of #beea8e color hex is 0.19, 0.00, 0.39, 0.08. Web safe color of #beea8e is #ccff99. Color #beea8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 10001110
Octal 276 352 216
Decimal 190 234 142
Hex BE EA 8E

RGB Percentages of Color #beea8e

%33.57
%41.34
%25.09

CMYK Percentages of Color #beea8e

%19
%0
%39
%8

Triadic Colors of #beea8e

#beea8e #8ebeea #ea8ebe

Analogous Colors of #beea8e

#beea8e #90ea8e #eae88e

Monochromatic Colors of #beea8e

#beea8e

Complementary Color

#beea8e #ba8eea

#beea8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beea8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beea8e Color CSS Codes

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

#beea8e Text Font Color

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

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


#beea8e Background Color

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

This div background color is #beea8e


#beea8e Border Color

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

This div border color is #beea8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beea8e


Comments

No comments written yet.

Please login to write comment.