Color Hex Logo

#01fdcd Color Hex

#01FDCD
(1,253,205)
0 Favorites   0 Comments

Color spaces of #01fdcd

RGB 1253205
HSL0.470.990.50
HSV169°100°99°
CMYK 1.000.000.19   0.01
XYZ46.157274.664869.7366
Yxy74.66480.24220.3918
Hunter Lab86.4088-55.865612.6359
CIE-Lab89.2357-60.59239.0437

#01fdcd color RGB value is (1,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111101 11001101
Octal 1 375 315
Decimal 1 253 205
Hex 1 FD CD

RGB Percentages of Color #01fdcd

%0.22
%55.12
%44.66

CMYK Percentages of Color #01fdcd

%100
%0
%19
%1

Triadic Colors of #01fdcd

#01fdcd #cd01fd #fdcd01

Analogous Colors of #01fdcd

#01fdcd #01affd #01fd4f

Monochromatic Colors of #01fdcd

#01fdcd

Complementary Color

#01fdcd #fd0131

#01fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fdcd Color CSS Codes

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

#01fdcd Text Font Color

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

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


#01fdcd Background Color

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

This div background color is #01fdcd


#01fdcd Border Color

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

This div border color is #01fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fdcd


Comments

No comments written yet.

Please login to write comment.