Color Hex Logo

#bee46e Color Hex

#BEE46E
(190,228,110)
0 Favorites   0 Comments

Color spaces of #bee46e

RGB 190228110
HSL0.220.690.66
HSV79°52°89°
CMYK 0.170.000.52   0.11
XYZ51.793167.559725.0624
Yxy67.55970.35860.4678
Hunter Lab82.1947-31.363139.4579
CIE-Lab85.7858-30.336252.9228

#bee46e color RGB value is (190,228,110).

#bee46e hex color red value is 190, green value is 228 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bee46e hue: 0.22 , saturation: 0.69 and the lightness value of bee46e is 0.66.

The process color (four color CMYK) of #bee46e color hex is 0.17, 0.00, 0.52, 0.11. Web safe color of #bee46e is #cccc66. Color #bee46e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 01101110
Octal 276 344 156
Decimal 190 228 110
Hex BE E4 6E

RGB Percentages of Color #bee46e

%35.98
%43.18
%20.83

CMYK Percentages of Color #bee46e

%17
%0
%52
%11

Triadic Colors of #bee46e

#bee46e #6ebee4 #e46ebe

Analogous Colors of #bee46e

#bee46e #83e46e #e4cf6e

Monochromatic Colors of #bee46e

#bee46e

Complementary Color

#bee46e #946ee4

#bee46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee46e Color CSS Codes

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

#bee46e Text Font Color

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

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


#bee46e Background Color

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

This div background color is #bee46e


#bee46e Border Color

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

This div border color is #bee46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee46e


Comments

No comments written yet.

Please login to write comment.