Color Hex Logo

#01ccff Color Hex

#01CCFF
(1,204,255)
0 Favorites   0 Comments

Color spaces of #01ccff

RGB 1204255
HSL0.531.000.50
HSV192°100°100°
CMYK 1.000.200.00   0.00
XYZ39.655450.4122102.2482
Yxy50.41220.20620.2621
Hunter Lab71.0015-24.5579-35.6815
CIE-Lab76.3216-24.3225-36.6771

#01ccff color RGB value is (1,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 11111111
Octal 1 314 377
Decimal 1 204 255
Hex 1 CC FF

RGB Percentages of Color #01ccff

%0.22
%44.35
%55.43

CMYK Percentages of Color #01ccff

%100
%20
%0
%0

Triadic Colors of #01ccff

#01ccff #ff01cc #ccff01

Analogous Colors of #01ccff

#01ccff #014dff #01ffb3

Monochromatic Colors of #01ccff

#01ccff

Complementary Color

#01ccff #ff3401

#01ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ccff Color CSS Codes

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

#01ccff Text Font Color

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

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


#01ccff Background Color

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

This div background color is #01ccff


#01ccff Border Color

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

This div border color is #01ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ccff


Comments

No comments written yet.

Please login to write comment.