Color Hex Logo

#01ff6e Color Hex

#01FF6E
(1,255,110)
0 Favorites   0 Comments

Color spaces of #01ff6e

RGB 1255110
HSL0.401.000.50
HSV146°100°100°
CMYK 1.000.000.57   0.00
XYZ38.587072.652226.7414
Yxy72.65220.27970.5265
Hunter Lab85.2363-68.355441.0642
CIE-Lab88.2816-79.260254.5477

#01ff6e color RGB value is (1,255,110).

#01ff6e hex color red value is 1, green value is 255 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #01ff6e hue: 0.40 , saturation: 1.00 and the lightness value of 01ff6e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111111 01101110
Octal 1 377 156
Decimal 1 255 110
Hex 1 FF 6E

RGB Percentages of Color #01ff6e

%0.27
%69.67
%30.05

CMYK Percentages of Color #01ff6e

%100
%0
%57
%0

Triadic Colors of #01ff6e

#01ff6e #6e01ff #ff6e01

Analogous Colors of #01ff6e

#01ff6e #01ffed #13ff01

Monochromatic Colors of #01ff6e

#01ff6e

Complementary Color

#01ff6e #ff0192

#01ff6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ff6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ff6e Color CSS Codes

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

#01ff6e Text Font Color

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

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


#01ff6e Background Color

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

This div background color is #01ff6e


#01ff6e Border Color

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

This div border color is #01ff6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ff6e


Comments

No comments written yet.

Please login to write comment.