Color Hex Logo

#01ec55 Color Hex

#01EC55
(1,236,85)
0 Favorites   0 Comments

Color spaces of #01ec55

RGB 123685
HSL0.390.990.46
HSV141°100°93°
CMYK 1.000.000.64   0.07
XYZ31.647760.653218.6336
Yxy60.65320.28530.5467
Hunter Lab77.8802-63.754340.3304
CIE-Lab82.1920-76.686958.2575

#01ec55 color RGB value is (1,236,85).

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

The process color (four color CMYK) of #01ec55 color hex is 1.00, 0.00, 0.64, 0.07. Web safe color of #01ec55 is #00ff66. Color #01ec55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101100 01010101
Octal 1 354 125
Decimal 1 236 85
Hex 1 EC 55

RGB Percentages of Color #01ec55

%0.31
%73.29
%26.40

CMYK Percentages of Color #01ec55

%100
%0
%64
%7

Triadic Colors of #01ec55

#01ec55 #5501ec #ec5501

Analogous Colors of #01ec55

#01ec55 #01eccb #22ec01

Monochromatic Colors of #01ec55

#01ec55

Complementary Color

#01ec55 #ec0198

#01ec55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ec55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ec55 Color CSS Codes

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

#01ec55 Text Font Color

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

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


#01ec55 Background Color

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

This div background color is #01ec55


#01ec55 Border Color

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

This div border color is #01ec55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ec55


Comments

No comments written yet.

Please login to write comment.