Color Hex Logo

#01cdcc Color Hex

#01CDCC
(1,205,204)
0 Favorites   0 Comments

Color spaces of #01cdcc

RGB 1205204
HSL0.500.990.40
HSV180°100°80°
CMYK 1.000.000.00   0.20
XYZ32.742948.028764.6715
Yxy48.02870.22510.3302
Hunter Lab69.3027-36.9454-6.8160
CIE-Lab74.8430-41.0581-11.4921

#01cdcc color RGB value is (1,205,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001101 11001100
Octal 1 315 314
Decimal 1 205 204
Hex 1 CD CC

RGB Percentages of Color #01cdcc

%0.24
%50.00
%49.76

CMYK Percentages of Color #01cdcc

%100
%0
%0
%20

Triadic Colors of #01cdcc

#01cdcc #cc01cd #cdcc01

Analogous Colors of #01cdcc

#01cdcc #0168cd #01cd66

Monochromatic Colors of #01cdcc

#01cdcc

Complementary Color

#01cdcc #cd0102

#01cdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cdcc Color CSS Codes

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

#01cdcc Text Font Color

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

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


#01cdcc Background Color

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

This div background color is #01cdcc


#01cdcc Border Color

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

This div border color is #01cdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cdcc


Comments

No comments written yet.

Please login to write comment.