Color Hex Logo

#01e129 Color Hex

#01E129
(1,225,41)
0 Favorites   0 Comments

Color spaces of #01e129

RGB 122541
HSL0.360.990.44
HSV131°100°88°
CMYK 1.000.000.82   0.12
XYZ27.338054.017011.0833
Yxy54.01700.29570.5844
Hunter Lab73.4963-62.222842.5064
CIE-Lab78.4716-77.155669.4995

#01e129 color RGB value is (1,225,41).

#01e129 hex color red value is 1, green value is 225 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #01e129 hue: 0.36 , saturation: 0.99 and the lightness value of 01e129 is 0.44.

The process color (four color CMYK) of #01e129 color hex is 1.00, 0.00, 0.82, 0.12. Web safe color of #01e129 is #00cc33. Color #01e129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11100001 00101001
Octal 1 341 51
Decimal 1 225 41
Hex 1 E1 29

RGB Percentages of Color #01e129

%0.37
%84.27
%15.36

CMYK Percentages of Color #01e129

%100
%0
%82
%12

Triadic Colors of #01e129

#01e129 #2901e1 #e12901

Analogous Colors of #01e129

#01e129 #01e199 #49e101

Monochromatic Colors of #01e129

#01e129

Complementary Color

#01e129 #e101b9

#01e129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01e129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01e129 Color CSS Codes

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

#01e129 Text Font Color

<p style="color:#01e129">Text here</p>

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


#01e129 Background Color

<div style="background-color:#01e129">
Div content here</div>

This div background color is #01e129


#01e129 Border Color

<div style="border:3px solid #01e129">
Div here</div>

This div border color is #01e129


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,225,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01e129; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01e129;
  -webkit-box-shadow: 1px 1px 3px 2px #01e129;
  box-shadow:         1px 1px 3px 2px #01e129; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01e129


Comments

No comments written yet.

Please login to write comment.