Color Hex Logo

#00ccdb Color Hex

#00CCDB
(0,204,219)
0 Favorites   0 Comments

Color spaces of #00ccdb

RGB 0204219
HSL0.511.000.43
HSV184°100°86°
CMYK 1.000.070.00   0.14
XYZ34.379048.300274.5287
Yxy48.30020.21870.3072
Hunter Lab69.4983-33.3229-14.9326
CIE-Lab75.0139-36.0511-19.3385

#00ccdb color RGB value is (0,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001100 11011011
Octal 0 314 333
Decimal 0 204 219
Hex 0 CC DB

RGB Percentages of Color #00ccdb

%0.00
%48.23
%51.77

CMYK Percentages of Color #00ccdb

%100
%7
%0
%14

Triadic Colors of #00ccdb

#00ccdb #db00cc #ccdb00

Analogous Colors of #00ccdb

#00ccdb #005fdb #00db7d

Monochromatic Colors of #00ccdb

#00ccdb

Complementary Color

#00ccdb #db0f00

#00ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ccdb Color CSS Codes

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

#00ccdb Text Font Color

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

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


#00ccdb Background Color

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

This div background color is #00ccdb


#00ccdb Border Color

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

This div border color is #00ccdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,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 #00ccdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ccdb


Comments

No comments written yet.

Please login to write comment.