Color Hex Logo

#2eb468 Color Hex

#2EB468
(46,180,104)
0 Favorites   0 Comments

Color spaces of #2eb468

RGB 46180104
HSL0.410.590.44
HSV146°74°71°
CMYK 0.740.000.42   0.29
XYZ19.946734.222818.6511
Yxy34.22280.27390.4700
Hunter Lab58.5003-41.512722.0473
CIE-Lab65.1390-52.606528.8211

#2eb468 color RGB value is (46,180,104).

#2eb468 hex color red value is 46, green value is 180 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #2eb468 hue: 0.41 , saturation: 0.59 and the lightness value of 2eb468 is 0.44.

The process color (four color CMYK) of #2eb468 color hex is 0.74, 0.00, 0.42, 0.29. Web safe color of #2eb468 is #33cc66. Color #2eb468 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110100 01101000
Octal 56 264 150
Decimal 46 180 104
Hex 2E B4 68

RGB Percentages of Color #2eb468

%13.94
%54.55
%31.52

CMYK Percentages of Color #2eb468

%74
%0
%42
%29

Triadic Colors of #2eb468

#2eb468 #682eb4 #b4682e

Analogous Colors of #2eb468

#2eb468 #2eb4ab #37b42e

Monochromatic Colors of #2eb468

#2eb468

Complementary Color

#2eb468 #b42e7a

#2eb468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb468 Color CSS Codes

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

#2eb468 Text Font Color

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

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


#2eb468 Background Color

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

This div background color is #2eb468


#2eb468 Border Color

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

This div border color is #2eb468


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,180,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2eb468; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2eb468;
  -webkit-box-shadow: 1px 1px 3px 2px #2eb468;
  box-shadow:         1px 1px 3px 2px #2eb468; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb468


Comments

No comments written yet.

Please login to write comment.