Color Hex Logo

#00be32 Color Hex

#00BE32
(0,190,50)
0 Favorites   0 Comments

Color spaces of #00be32

RGB 019050
HSL0.381.000.37
HSV136°100°75°
CMYK 1.000.000.74   0.25
XYZ18.989237.05729.1695
Yxy37.05720.29120.5682
Hunter Lab60.8746-50.849433.6814
CIE-Lab67.3199-66.839455.9903

#00be32 color RGB value is (0,190,50).

#00be32 hex color red value is 0, green value is 190 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #00be32 hue: 0.38 , saturation: 1.00 and the lightness value of 00be32 is 0.37.

The process color (four color CMYK) of #00be32 color hex is 1.00, 0.00, 0.74, 0.25. Web safe color of #00be32 is #00cc33. Color #00be32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111110 00110010
Octal 0 276 62
Decimal 0 190 50
Hex 0 BE 32

RGB Percentages of Color #00be32

%0.00
%79.17
%20.83

CMYK Percentages of Color #00be32

%100
%0
%74
%25

Triadic Colors of #00be32

#00be32 #3200be #be3200

Analogous Colors of #00be32

#00be32 #00be91 #2dbe00

Monochromatic Colors of #00be32

#00be32

Complementary Color

#00be32 #be008c

#00be32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00be32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00be32 Color CSS Codes

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

#00be32 Text Font Color

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

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


#00be32 Background Color

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

This div background color is #00be32


#00be32 Border Color

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

This div border color is #00be32


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,190,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 #00be32">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00be32


Comments

No comments written yet.

Please login to write comment.