Color Hex Logo

#01ffde Color Hex

#01FFDE
(1,255,222)
0 Favorites   0 Comments

Color spaces of #01ffde

RGB 1255222
HSL0.481.000.50
HSV172°100°100°
CMYK 1.000.000.13   0.00
XYZ48.957376.800481.3509
Yxy76.80040.23640.3708
Hunter Lab87.6358-53.64466.3072
CIE-Lab90.2297-57.08471.6738

#01ffde color RGB value is (1,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111111 11011110
Octal 1 377 336
Decimal 1 255 222
Hex 1 FF DE

RGB Percentages of Color #01ffde

%0.21
%53.35
%46.44

CMYK Percentages of Color #01ffde

%100
%0
%13
%0

Triadic Colors of #01ffde

#01ffde #de01ff #ffde01

Analogous Colors of #01ffde

#01ffde #01a1ff #01ff5f

Monochromatic Colors of #01ffde

#01ffde

Complementary Color

#01ffde #ff0122

#01ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ffde Color CSS Codes

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

#01ffde Text Font Color

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

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


#01ffde Background Color

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

This div background color is #01ffde


#01ffde Border Color

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

This div border color is #01ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ffde


Comments

No comments written yet.

Please login to write comment.