Color Hex Logo

#2ede3a Color Hex

#2EDE3A
(46,222,58)
0 Favorites   0 Comments

Color spaces of #2ede3a

RGB 4622258
HSL0.340.730.53
HSV124°79°87°
CMYK 0.790.000.74   0.13
XYZ28.011753.128912.7815
Yxy53.12890.29820.5657
Hunter Lab72.8896-58.958640.6259
CIE-Lab77.9510-72.222464.0572

#2ede3a color RGB value is (46,222,58).

#2ede3a hex color red value is 46, green value is 222 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #2ede3a hue: 0.34 , saturation: 0.73 and the lightness value of 2ede3a is 0.53.

The process color (four color CMYK) of #2ede3a color hex is 0.79, 0.00, 0.74, 0.13. Web safe color of #2ede3a is #33cc33. Color #2ede3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011110 00111010
Octal 56 336 72
Decimal 46 222 58
Hex 2E DE 3A

RGB Percentages of Color #2ede3a

%14.11
%68.10
%17.79

CMYK Percentages of Color #2ede3a

%79
%0
%74
%13

Triadic Colors of #2ede3a

#2ede3a #3a2ede #de3a2e

Analogous Colors of #2ede3a

#2ede3a #2ede92 #7ade2e

Monochromatic Colors of #2ede3a

#2ede3a

Complementary Color

#2ede3a #de2ed2

#2ede3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ede3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ede3a Color CSS Codes

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

#2ede3a Text Font Color

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

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


#2ede3a Background Color

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

This div background color is #2ede3a


#2ede3a Border Color

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

This div border color is #2ede3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ede3a


Comments

No comments written yet.

Please login to write comment.