Color Hex Logo

#bee46f Color Hex

#BEE46F
(190,228,111)
0 Favorites   0 Comments

Color spaces of #bee46f

RGB 190228111
HSL0.220.680.66
HSV79°51°89°
CMYK 0.170.000.51   0.11
XYZ51.847967.581725.3508
Yxy67.58170.35810.4668
Hunter Lab82.2081-31.285839.2622
CIE-Lab85.7969-30.239952.4735

#bee46f color RGB value is (190,228,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 01101111
Octal 276 344 157
Decimal 190 228 111
Hex BE E4 6F

RGB Percentages of Color #bee46f

%35.92
%43.10
%20.98

CMYK Percentages of Color #bee46f

%17
%0
%51
%11

Triadic Colors of #bee46f

#bee46f #6fbee4 #e46fbe

Analogous Colors of #bee46f

#bee46f #84e46f #e4d06f

Monochromatic Colors of #bee46f

#bee46f

Complementary Color

#bee46f #956fe4

#bee46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee46f Color CSS Codes

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

#bee46f Text Font Color

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

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


#bee46f Background Color

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

This div background color is #bee46f


#bee46f Border Color

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

This div border color is #bee46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee46f


Comments

No comments written yet.

Please login to write comment.