Color Hex Logo

#beee32 Color Hex

#BEEE32
(190,238,50)
0 Favorites   0 Comments

Color spaces of #beee32

RGB 19023850
HSL0.210.850.56
HSV75°79°93°
CMYK 0.200.000.79   0.07
XYZ52.385572.326514.2170
Yxy72.32650.37710.5206
Hunter Lab85.0450-38.877449.6200
CIE-Lab88.1255-38.870078.0626

#beee32 color RGB value is (190,238,50).

#beee32 hex color red value is 190, green value is 238 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #beee32 hue: 0.21 , saturation: 0.85 and the lightness value of beee32 is 0.56.

The process color (four color CMYK) of #beee32 color hex is 0.20, 0.00, 0.79, 0.07. Web safe color of #beee32 is #ccff33. Color #beee32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 00110010
Octal 276 356 62
Decimal 190 238 50
Hex BE EE 32

RGB Percentages of Color #beee32

%39.75
%49.79
%10.46

CMYK Percentages of Color #beee32

%20
%0
%79
%7

Triadic Colors of #beee32

#beee32 #32beee #ee32be

Analogous Colors of #beee32

#beee32 #60ee32 #eec032

Monochromatic Colors of #beee32

#beee32

Complementary Color

#beee32 #6232ee

#beee32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beee32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beee32 Color CSS Codes

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

#beee32 Text Font Color

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

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


#beee32 Background Color

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

This div background color is #beee32


#beee32 Border Color

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

This div border color is #beee32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beee32


Comments

No comments written yet.

Please login to write comment.