Color Hex Logo

#bee520 Color Hex

#BEE520
(190,229,32)
0 Favorites   0 Comments

Color spaces of #bee520

RGB 19022932
HSL0.200.790.51
HSV72°86°90°
CMYK 0.170.000.86   0.10
XYZ49.515267.090111.7064
Yxy67.09010.38590.5229
Hunter Lab81.9085-35.433548.8622
CIE-Lab85.5494-35.394579.9844

#bee520 color RGB value is (190,229,32).

#bee520 hex color red value is 190, green value is 229 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bee520 hue: 0.20 , saturation: 0.79 and the lightness value of bee520 is 0.51.

The process color (four color CMYK) of #bee520 color hex is 0.17, 0.00, 0.86, 0.10. Web safe color of #bee520 is #cccc33. Color #bee520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 00100000
Octal 276 345 40
Decimal 190 229 32
Hex BE E5 20

RGB Percentages of Color #bee520

%42.13
%50.78
%7.10

CMYK Percentages of Color #bee520

%17
%0
%86
%10

Triadic Colors of #bee520

#bee520 #20bee5 #e520be

Analogous Colors of #bee520

#bee520 #5ce520 #e5aa20

Monochromatic Colors of #bee520

#bee520

Complementary Color

#bee520 #4720e5

#bee520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee520 Color CSS Codes

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

#bee520 Text Font Color

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

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


#bee520 Background Color

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

This div background color is #bee520


#bee520 Border Color

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

This div border color is #bee520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee520


Comments

No comments written yet.

Please login to write comment.