Color Hex Logo

#01ffab Color Hex

#01FFAB
(1,255,171)
0 Favorites   0 Comments

Color spaces of #01ffab

RGB 1255171
HSL0.441.000.50
HSV160°100°100°
CMYK 1.000.000.33   0.00
XYZ43.123274.466750.6288
Yxy74.46670.25640.4427
Hunter Lab86.2941-61.814025.6204
CIE-Lab89.1426-68.997726.3359

#01ffab color RGB value is (1,255,171).

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

The process color (four color CMYK) of #01ffab color hex is 1.00, 0.00, 0.33, 0.00. Web safe color of #01ffab is #00ff99. Color #01ffab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111111 10101011
Octal 1 377 253
Decimal 1 255 171
Hex 1 FF AB

RGB Percentages of Color #01ffab

%0.23
%59.72
%40.05

CMYK Percentages of Color #01ffab

%100
%0
%33
%0

Triadic Colors of #01ffab

#01ffab #ab01ff #ffab01

Analogous Colors of #01ffab

#01ffab #01d4ff #01ff2c

Monochromatic Colors of #01ffab

#01ffab

Complementary Color

#01ffab #ff0155

#01ffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ffab Color CSS Codes

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

#01ffab Text Font Color

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

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


#01ffab Background Color

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

This div background color is #01ffab


#01ffab Border Color

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

This div border color is #01ffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ffab


Comments

No comments written yet.

Please login to write comment.