color codes Logo

#01fecc color codes

#01FECC
(1,254,204)
0 Favorites   0 Comments

Color spaces of #01fecc

RGB 1254204
HSL0.470.990.50
HSV168°100°100°
CMYK 1.000.000.20   0.00
XYZ46.353475.249769.2083
Yxy75.24970.24290.3944
Hunter Lab86.7466-56.424313.4198
CIE-Lab89.5098-61.21769.9527

#01fecc color RGB value is (1,254,204).

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

The process color (four color CMYK) of #01fecc color code is 1.00, 0.00, 0.20, 0.00. Web safe color of #01fecc is #00ffcc. Color #01fecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111110 11001100
Octal 1 376 314
Decimal 1 254 204
Hex 1 FE CC

RGB Percentages of Color #01fecc

%0.22
%55.34
%44.44

CMYK Percentages of Color #01fecc

%100
%0
%20
%0

Triadic Colors of #01fecc

#01fecc #cc01fe #fecc01

Analogous Colors of #01fecc

#01fecc #01b2fe #01fe4e

Monochromatic Colors of #01fecc

#01fecc

Complementary Color

#01fecc #fe0133

#01fecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fecc Color CSS Codes

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

#01fecc Text Font Color

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

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


#01fecc Background Color

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

This div background color is #01fecc


#01fecc Border Color

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

This div border color is #01fecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fecc


Comments

No comments written yet.

Please login to write comment.