Color Hex Logo

#01dcff Color Hex

#01DCFF
(1,220,255)
0 Favorites   0 Comments

Color spaces of #01dcff

RGB 1220255
HSL0.521.000.50
HSV188°100°100°
CMYK 1.000.140.00   0.00
XYZ43.655758.4129103.5817
Yxy58.41290.21230.2840
Hunter Lab76.4283-31.7908-26.8546
CIE-Lab80.9678-32.1866-29.5141

#01dcff color RGB value is (1,220,255).

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

The process color (four color CMYK) of #01dcff color hex is 1.00, 0.14, 0.00, 0.00. Web safe color of #01dcff is #00ccff. Color #01dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011100 11111111
Octal 1 334 377
Decimal 1 220 255
Hex 1 DC FF

RGB Percentages of Color #01dcff

%0.21
%46.22
%53.57

CMYK Percentages of Color #01dcff

%100
%14
%0
%0

Triadic Colors of #01dcff

#01dcff #ff01dc #dcff01

Analogous Colors of #01dcff

#01dcff #015dff #01ffa3

Monochromatic Colors of #01dcff

#01dcff

Complementary Color

#01dcff #ff2401

#01dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#01dcff Color CSS Codes

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

#01dcff Text Font Color

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

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


#01dcff Background Color

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

This div background color is #01dcff


#01dcff Border Color

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

This div border color is #01dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01dcff

Related Colors

#01dcff Color Palettes


Comments

No comments written yet.

Please login to write comment.