Color Hex Logo

#01fcdc Color Hex

#01FCDC
(1,252,220)
0 Favorites   0 Comments

Color spaces of #01fcdc

RGB 1252220
HSL0.480.990.50
HSV172°100°99°
CMYK 1.000.000.13   0.01
XYZ47.741274.794679.6307
Yxy74.79460.23610.3700
Hunter Lab86.4839-52.81045.9470
CIE-Lab89.2967-56.40971.3535

#01fcdc color RGB value is (1,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111100 11011100
Octal 1 374 334
Decimal 1 252 220
Hex 1 FC DC

RGB Percentages of Color #01fcdc

%0.21
%53.28
%46.51

CMYK Percentages of Color #01fcdc

%100
%0
%13
%1

Triadic Colors of #01fcdc

#01fcdc #dc01fc #fcdc01

Analogous Colors of #01fcdc

#01fcdc #019ffc #01fc5f

Monochromatic Colors of #01fcdc

#01fcdc

Complementary Color

#01fcdc #fc0121

#01fcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fcdc Color CSS Codes

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

#01fcdc Text Font Color

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

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


#01fcdc Background Color

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

This div background color is #01fcdc


#01fcdc Border Color

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

This div border color is #01fcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.