Color Hex Logo

#01dcde Color Hex

#01DCDE
(1,220,222)
0 Favorites   0 Comments

Color spaces of #01dcde

RGB 1220222
HSL0.500.990.44
HSV181°100°87°
CMYK 1.000.010.00   0.13
XYZ38.790556.466877.9619
Yxy56.46680.22390.3260
Hunter Lab75.1444-39.3587-8.9120
CIE-Lab79.8788-42.3914-13.6167

#01dcde color RGB value is (1,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011100 11011110
Octal 1 334 336
Decimal 1 220 222
Hex 1 DC DE

RGB Percentages of Color #01dcde

%0.23
%49.66
%50.11

CMYK Percentages of Color #01dcde

%100
%1
%0
%13

Triadic Colors of #01dcde

#01dcde #de01dc #dcde01

Analogous Colors of #01dcde

#01dcde #016ede #01de72

Monochromatic Colors of #01dcde

#01dcde

Complementary Color

#01dcde #de0301

#01dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#01dcde Color CSS Codes

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

#01dcde Text Font Color

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

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


#01dcde Background Color

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

This div background color is #01dcde


#01dcde Border Color

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

This div border color is #01dcde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,220,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 #01dcde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01dcde


Comments

No comments written yet.

Please login to write comment.