Color Hex Logo

#01ccdb Color Hex

#01CCDB
(1,204,219)
0 Favorites   0 Comments

Color spaces of #01ccdb

RGB 1204219
HSL0.510.990.43
HSV184°100°86°
CMYK 1.000.070.00   0.14
XYZ34.391648.306774.5293
Yxy48.30670.21870.3072
Hunter Lab69.5030-33.3046-14.9256
CIE-Lab75.0180-36.0252-19.3319

#01ccdb color RGB value is (1,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 11011011
Octal 1 314 333
Decimal 1 204 219
Hex 1 CC DB

RGB Percentages of Color #01ccdb

%0.24
%48.11
%51.65

CMYK Percentages of Color #01ccdb

%100
%7
%0
%14

Triadic Colors of #01ccdb

#01ccdb #db01cc #ccdb01

Analogous Colors of #01ccdb

#01ccdb #015fdb #01db7d

Monochromatic Colors of #01ccdb

#01ccdb

Complementary Color

#01ccdb #db1001

#01ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ccdb Color CSS Codes

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

#01ccdb Text Font Color

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

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


#01ccdb Background Color

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

This div background color is #01ccdb


#01ccdb Border Color

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

This div border color is #01ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ccdb


Comments

No comments written yet.

Please login to write comment.