Color Hex Logo

#2beb04 Color Hex

#2BEB04
(43,235,4)
0 Favorites   0 Comments

Color spaces of #2beb04

RGB 432354
HSL0.310.970.47
HSV110°98°92°
CMYK 0.820.000.98   0.08
XYZ30.726559.939010.0648
Yxy59.93900.30500.5950
Hunter Lab77.4203-64.642646.4864
CIE-Lab81.8050-78.414878.1995

#2beb04 color RGB value is (43,235,4).

#2beb04 hex color red value is 43, green value is 235 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #2beb04 hue: 0.31 , saturation: 0.97 and the lightness value of 2beb04 is 0.47.

The process color (four color CMYK) of #2beb04 color hex is 0.82, 0.00, 0.98, 0.08. Web safe color of #2beb04 is #33ff00. Color #2beb04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101011 00000100
Octal 53 353 4
Decimal 43 235 4
Hex 2B EB 4

RGB Percentages of Color #2beb04

%15.25
%83.33
%1.42

CMYK Percentages of Color #2beb04

%82
%0
%98
%8

Triadic Colors of #2beb04

#2beb04 #042beb #eb042b

Analogous Colors of #2beb04

#2beb04 #04eb50 #9feb04

Monochromatic Colors of #2beb04

#2beb04

Complementary Color

#2beb04 #c404eb

#2beb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beb04 Color CSS Codes

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

#2beb04 Text Font Color

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

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


#2beb04 Background Color

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

This div background color is #2beb04


#2beb04 Border Color

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

This div border color is #2beb04


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,235,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2beb04; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2beb04;
  -webkit-box-shadow: 1px 1px 3px 2px #2beb04;
  box-shadow:         1px 1px 3px 2px #2beb04; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beb04


Comments

No comments written yet.

Please login to write comment.