Color Hex Logo

#01ffdf Color Hex

#01FFDF
(1,255,223)
0 Favorites   0 Comments

Color spaces of #01ffdf

RGB 1255223
HSL0.481.000.50
HSV172°100°100°
CMYK 1.000.000.13   0.00
XYZ49.091876.854282.0590
Yxy76.85420.23600.3695
Hunter Lab87.6665-53.45945.8690
CIE-Lab90.2545-56.82491.1915

#01ffdf color RGB value is (1,255,223).

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

The process color (four color CMYK) of #01ffdf color hex is 1.00, 0.00, 0.13, 0.00. Web safe color of #01ffdf is #00ffcc. Color #01ffdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111111 11011111
Octal 1 377 337
Decimal 1 255 223
Hex 1 FF DF

RGB Percentages of Color #01ffdf

%0.21
%53.24
%46.56

CMYK Percentages of Color #01ffdf

%100
%0
%13
%0

Triadic Colors of #01ffdf

#01ffdf #df01ff #ffdf01

Analogous Colors of #01ffdf

#01ffdf #01a0ff #01ff60

Monochromatic Colors of #01ffdf

#01ffdf

Complementary Color

#01ffdf #ff0121

#01ffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ffdf Color CSS Codes

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

#01ffdf Text Font Color

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

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


#01ffdf Background Color

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

This div background color is #01ffdf


#01ffdf Border Color

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

This div border color is #01ffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ffdf

Related Colors

#01ffdf Color Palettes


Comments

No comments written yet.

Please login to write comment.