Color Hex Logo

#01cdff Color Hex

#01CDFF
(1,205,255)
0 Favorites   0 Comments

Color spaces of #01cdff

RGB 1205255
HSL0.531.000.50
HSV192°100°100°
CMYK 1.000.200.00   0.00
XYZ39.893850.8891102.3277
Yxy50.88910.20660.2635
Hunter Lab71.3366-25.0159-35.1120
CIE-Lab76.6118-24.8262-36.2275

#01cdff color RGB value is (1,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001101 11111111
Octal 1 315 377
Decimal 1 205 255
Hex 1 CD FF

RGB Percentages of Color #01cdff

%0.22
%44.47
%55.31

CMYK Percentages of Color #01cdff

%100
%20
%0
%0

Triadic Colors of #01cdff

#01cdff #ff01cd #cdff01

Analogous Colors of #01cdff

#01cdff #014eff #01ffb2

Monochromatic Colors of #01cdff

#01cdff

Complementary Color

#01cdff #ff3301

#01cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cdff Color CSS Codes

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

#01cdff Text Font Color

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

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


#01cdff Background Color

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

This div background color is #01cdff


#01cdff Border Color

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

This div border color is #01cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cdff

Related Colors

#01cdff Color Palettes


Comments

No comments written yet.

Please login to write comment.