Color Hex Logo

#2e5501 Color Hex

#2E5501
(46,85,1)
0 Favorites   0 Comments

Color spaces of #2e5501

RGB 46851
HSL0.240.980.17
HSV88°99°33°
CMYK 0.460.000.99   0.67
XYZ4.38077.08001.1644
Yxy7.08000.34700.5608
Hunter Lab26.6083-17.176816.0312
CIE-Lab31.9883-27.577438.6752

#2e5501 color RGB value is (46,85,1).

#2e5501 hex color red value is 46, green value is 85 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #2e5501 hue: 0.24 , saturation: 0.98 and the lightness value of 2e5501 is 0.17.

The process color (four color CMYK) of #2e5501 color hex is 0.46, 0.00, 0.99, 0.67. Web safe color of #2e5501 is #336600. Color #2e5501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01010101 00000001
Octal 56 125 1
Decimal 46 85 1
Hex 2E 55 1

RGB Percentages of Color #2e5501

%34.85
%64.39
%0.76

CMYK Percentages of Color #2e5501

%46
%0
%99
%67

Triadic Colors of #2e5501

#2e5501 #012e55 #55012e

Analogous Colors of #2e5501

#2e5501 #045501 #555201

Monochromatic Colors of #2e5501

#2e5501

Complementary Color

#2e5501 #280155

#2e5501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e5501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e5501 Color CSS Codes

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

#2e5501 Text Font Color

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

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


#2e5501 Background Color

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

This div background color is #2e5501


#2e5501 Border Color

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

This div border color is #2e5501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e5501


Comments

No comments written yet.

Please login to write comment.