Color Hex Logo

#bee033 Color Hex

#BEE033
(190,224,51)
0 Favorites   0 Comments

Color spaces of #bee033

RGB 19022451
HSL0.200.740.54
HSV72°77°88°
CMYK 0.150.000.77   0.12
XYZ48.488464.497513.0256
Yxy64.49750.38480.5118
Hunter Lab80.3103-32.771446.6009
CIE-Lab84.2241-32.482474.2534

#bee033 color RGB value is (190,224,51).

#bee033 hex color red value is 190, green value is 224 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bee033 hue: 0.20 , saturation: 0.74 and the lightness value of bee033 is 0.54.

The process color (four color CMYK) of #bee033 color hex is 0.15, 0.00, 0.77, 0.12. Web safe color of #bee033 is #cccc33. Color #bee033 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 00110011
Octal 276 340 63
Decimal 190 224 51
Hex BE E0 33

RGB Percentages of Color #bee033

%40.86
%48.17
%10.97

CMYK Percentages of Color #bee033

%15
%0
%77
%12

Triadic Colors of #bee033

#bee033 #33bee0 #e033be

Analogous Colors of #bee033

#bee033 #68e033 #e0ac33

Monochromatic Colors of #bee033

#bee033

Complementary Color

#bee033 #5533e0

#bee033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee033 Color CSS Codes

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

#bee033 Text Font Color

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

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


#bee033 Background Color

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

This div background color is #bee033


#bee033 Border Color

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

This div border color is #bee033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee033


Comments

No comments written yet.

Please login to write comment.