Color Hex Logo

#00ccdd Color Hex

#00CCDD
(0,204,221)
2 Favorites   0 Comments

Color spaces of #00ccdd

RGB 0204221
HSL0.511.000.43
HSV185°100°87°
CMYK 1.000.080.00   0.13
XYZ34.644048.406275.9240
Yxy48.40620.21790.3045
Hunter Lab69.5746-32.8731-15.9987
CIE-Lab75.0804-35.4249-20.3169

#00ccdd color RGB value is (0,204,221). This hex color code is also a web safe color which is equal to #0CD.

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

The process color (four color CMYK) of #00ccdd color hex is 1.00, 0.08, 0.00, 0.13. Web safe color of #00ccdd is #00cccc. Color #00ccdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001100 11011101
Octal 0 314 335
Decimal 0 204 221
Hex 0 CC DD

RGB Percentages of Color #00ccdd

%0.00
%48.00
%52.00

CMYK Percentages of Color #00ccdd

%100
%8
%0
%13

Triadic Colors of #00ccdd

#00ccdd #dd00cc #ccdd00

Analogous Colors of #00ccdd

#00ccdd #005edd #00dd80

Monochromatic Colors of #00ccdd

#00ccdd

Complementary Color

#00ccdd #dd1100

#00ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ccdd Color CSS Codes

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

#00ccdd Text Font Color

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

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


#00ccdd Background Color

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

This div background color is #00ccdd


#00ccdd Border Color

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

This div border color is #00ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ccdd


Comments

No comments written yet.

Please login to write comment.