Color Hex Logo

#bee244 Color Hex

#BEE244
(190,226,68)
0 Favorites   0 Comments

Color spaces of #bee244

RGB 19022668
HSL0.200.730.58
HSV74°70°89°
CMYK 0.160.000.70   0.11
XYZ49.474965.757215.5536
Yxy65.75720.37830.5028
Hunter Lab81.0908-33.003045.3915
CIE-Lab84.8724-32.585569.3689

#bee244 color RGB value is (190,226,68).

#bee244 hex color red value is 190, green value is 226 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bee244 hue: 0.20 , saturation: 0.73 and the lightness value of bee244 is 0.58.

The process color (four color CMYK) of #bee244 color hex is 0.16, 0.00, 0.70, 0.11. Web safe color of #bee244 is #cccc33. Color #bee244 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 01000100
Octal 276 342 104
Decimal 190 226 68
Hex BE E2 44

RGB Percentages of Color #bee244

%39.26
%46.69
%14.05

CMYK Percentages of Color #bee244

%16
%0
%70
%11

Triadic Colors of #bee244

#bee244 #44bee2 #e244be

Analogous Colors of #bee244

#bee244 #6fe244 #e2b744

Monochromatic Colors of #bee244

#bee244

Complementary Color

#bee244 #6844e2

#bee244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee244 Color CSS Codes

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

#bee244 Text Font Color

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

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


#bee244 Background Color

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

This div background color is #bee244


#bee244 Border Color

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

This div border color is #bee244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee244


Comments

No comments written yet.

Please login to write comment.