Color Hex Logo

#01ccdc Color Hex

#01CCDC
(1,204,220)
0 Favorites   0 Comments

Color spaces of #01ccdc

RGB 1204220
HSL0.510.990.43
HSV184°100°86°
CMYK 1.000.070.00   0.14
XYZ34.523748.359575.2249
Yxy48.35950.21840.3059
Hunter Lab69.5410-33.0802-15.4573
CIE-Lab75.0511-35.7125-19.8214

#01ccdc color RGB value is (1,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 11011100
Octal 1 314 334
Decimal 1 204 220
Hex 1 CC DC

RGB Percentages of Color #01ccdc

%0.24
%48.00
%51.76

CMYK Percentages of Color #01ccdc

%100
%7
%0
%14

Triadic Colors of #01ccdc

#01ccdc #dc01cc #ccdc01

Analogous Colors of #01ccdc

#01ccdc #015fdc #01dc7f

Monochromatic Colors of #01ccdc

#01ccdc

Complementary Color

#01ccdc #dc1101

#01ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ccdc Color CSS Codes

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

#01ccdc Text Font Color

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

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


#01ccdc Background Color

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

This div background color is #01ccdc


#01ccdc Border Color

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

This div border color is #01ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ccdc


Comments

No comments written yet.

Please login to write comment.