Color Hex Logo

#01ffce Color Hex

#01FFCE
(1,255,206)
0 Favorites   0 Comments

Color spaces of #01ffce

RGB 1255206
HSL0.471.000.50
HSV168°100°100°
CMYK 1.000.000.19   0.00
XYZ46.913175.982770.5861
Yxy75.98270.24250.3927
Hunter Lab87.1681-56.476913.0064
CIE-Lab89.8513-61.11189.4078

#01ffce color RGB value is (1,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111111 11001110
Octal 1 377 316
Decimal 1 255 206
Hex 1 FF CE

RGB Percentages of Color #01ffce

%0.22
%55.19
%44.59

CMYK Percentages of Color #01ffce

%100
%0
%19
%0

Triadic Colors of #01ffce

#01ffce #ce01ff #ffce01

Analogous Colors of #01ffce

#01ffce #01b1ff #01ff4f

Monochromatic Colors of #01ffce

#01ffce

Complementary Color

#01ffce #ff0132

#01ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ffce Color CSS Codes

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

#01ffce Text Font Color

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

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


#01ffce Background Color

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

This div background color is #01ffce


#01ffce Border Color

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

This div border color is #01ffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ffce


Comments

No comments written yet.

Please login to write comment.