Color Hex Logo

#bee56e Color Hex

#BEE56E
(190,229,110)
0 Favorites   0 Comments

Color spaces of #bee56e

RGB 190229110
HSL0.220.700.66
HSV80°52°90°
CMYK 0.170.000.52   0.10
XYZ52.069068.111625.1544
Yxy68.11160.35830.4687
Hunter Lab82.5298-31.809339.6997
CIE-Lab86.0622-30.803853.2496

#bee56e color RGB value is (190,229,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 01101110
Octal 276 345 156
Decimal 190 229 110
Hex BE E5 6E

RGB Percentages of Color #bee56e

%35.92
%43.29
%20.79

CMYK Percentages of Color #bee56e

%17
%0
%52
%10

Triadic Colors of #bee56e

#bee56e #6ebee5 #e56ebe

Analogous Colors of #bee56e

#bee56e #83e56e #e5d16e

Monochromatic Colors of #bee56e

#bee56e

Complementary Color

#bee56e #956ee5

#bee56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee56e Color CSS Codes

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

#bee56e Text Font Color

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

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


#bee56e Background Color

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

This div background color is #bee56e


#bee56e Border Color

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

This div border color is #bee56e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,229,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 #bee56e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee56e


Comments

No comments written yet.

Please login to write comment.