Color Hex Logo

#2eae23 Color Hex

#2EAE23
(46,174,35)
0 Favorites   0 Comments

Color spaces of #2eae23

RGB 4617435
HSL0.320.670.41
HSV115°80°68°
CMYK 0.740.000.80   0.32
XYZ16.566130.97436.6956
Yxy30.97430.30540.5711
Hunter Lab55.6546-44.263331.8252
CIE-Lab62.4859-59.005956.3789

#2eae23 color RGB value is (46,174,35).

#2eae23 hex color red value is 46, green value is 174 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #2eae23 hue: 0.32 , saturation: 0.67 and the lightness value of 2eae23 is 0.41.

The process color (four color CMYK) of #2eae23 color hex is 0.74, 0.00, 0.80, 0.32. Web safe color of #2eae23 is #339933. Color #2eae23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101110 00100011
Octal 56 256 43
Decimal 46 174 35
Hex 2E AE 23

RGB Percentages of Color #2eae23

%18.04
%68.24
%13.73

CMYK Percentages of Color #2eae23

%74
%0
%80
%32

Triadic Colors of #2eae23

#2eae23 #232eae #ae232e

Analogous Colors of #2eae23

#2eae23 #23ae5e #74ae23

Monochromatic Colors of #2eae23

#2eae23

Complementary Color

#2eae23 #a323ae

#2eae23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eae23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eae23 Color CSS Codes

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

#2eae23 Text Font Color

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

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


#2eae23 Background Color

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

This div background color is #2eae23


#2eae23 Border Color

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

This div border color is #2eae23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eae23


Comments

No comments written yet.

Please login to write comment.