Color Hex Logo

#01ea26 Color Hex

#01EA26
(1,234,38)
0 Favorites   0 Comments

Color spaces of #01ea26

RGB 123438
HSL0.360.990.46
HSV130°100°92°
CMYK 1.000.000.84   0.08
XYZ29.785258.992011.6505
Yxy58.99200.29660.5874
Hunter Lab76.8062-65.189244.7709
CIE-Lab81.2872-79.723472.7873

#01ea26 color RGB value is (1,234,38).

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

The process color (four color CMYK) of #01ea26 color hex is 1.00, 0.00, 0.84, 0.08. Web safe color of #01ea26 is #00ff33. Color #01ea26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101010 00100110
Octal 1 352 46
Decimal 1 234 38
Hex 1 EA 26

RGB Percentages of Color #01ea26

%0.37
%85.71
%13.92

CMYK Percentages of Color #01ea26

%100
%0
%84
%8

Triadic Colors of #01ea26

#01ea26 #2601ea #ea2601

Analogous Colors of #01ea26

#01ea26 #01ea9b #51ea01

Monochromatic Colors of #01ea26

#01ea26

Complementary Color

#01ea26 #ea01c5

#01ea26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ea26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ea26 Color CSS Codes

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

#01ea26 Text Font Color

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

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


#01ea26 Background Color

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

This div background color is #01ea26


#01ea26 Border Color

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

This div border color is #01ea26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ea26


Comments

No comments written yet.

Please login to write comment.