Color Hex Logo

#01fdff Color Hex

#01FDFF
(1,253,255)
0 Favorites   0 Comments

Color spaces of #01fdff

RGB 1253255
HSL0.501.000.50
HSV180°100°100°
CMYK 1.000.010.00   0.00
XYZ53.187877.4770106.7590
Yxy77.47700.22400.3263
Hunter Lab88.0210-46.1759-10.2970
CIE-Lab90.5407-47.1981-15.0001

#01fdff color RGB value is (1,253,255).

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

The process color (four color CMYK) of #01fdff color hex is 1.00, 0.01, 0.00, 0.00. Web safe color of #01fdff is #00ffff. Color #01fdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111101 11111111
Octal 1 375 377
Decimal 1 253 255
Hex 1 FD FF

RGB Percentages of Color #01fdff

%0.20
%49.71
%50.10

CMYK Percentages of Color #01fdff

%100
%1
%0
%0

Triadic Colors of #01fdff

#01fdff #ff01fd #fdff01

Analogous Colors of #01fdff

#01fdff #017eff #01ff82

Monochromatic Colors of #01fdff

#01fdff

Complementary Color

#01fdff #ff0301

#01fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fdff Color CSS Codes

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

#01fdff Text Font Color

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

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


#01fdff Background Color

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

This div background color is #01fdff


#01fdff Border Color

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

This div border color is #01fdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fdff

Related Colors

#01fdff Color Palettes


Comments

No comments written yet.

Please login to write comment.