Color Hex Logo

#bee421 Color Hex

#BEE421
(190,228,33)
0 Favorites   0 Comments

Color spaces of #bee421

RGB 19022833
HSL0.200.780.51
HSV72°86°89°
CMYK 0.170.000.86   0.11
XYZ49.253166.543811.6872
Yxy66.54380.38630.5220
Hunter Lab81.5744-34.980248.6076
CIE-Lab85.2730-34.914379.5599

#bee421 color RGB value is (190,228,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 00100001
Octal 276 344 41
Decimal 190 228 33
Hex BE E4 21

RGB Percentages of Color #bee421

%42.13
%50.55
%7.32

CMYK Percentages of Color #bee421

%17
%0
%86
%11

Triadic Colors of #bee421

#bee421 #21bee4 #e421be

Analogous Colors of #bee421

#bee421 #5de421 #e4a921

Monochromatic Colors of #bee421

#bee421

Complementary Color

#bee421 #4721e4

#bee421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee421 Color CSS Codes

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

#bee421 Text Font Color

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

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


#bee421 Background Color

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

This div background color is #bee421


#bee421 Border Color

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

This div border color is #bee421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee421


Comments

No comments written yet.

Please login to write comment.