Color Hex Logo

#0ccccd Color Hex

#0CCCCD
(12,204,205)
0 Favorites   0 Comments

Color spaces of #0ccccd

RGB 12204205
HSL0.500.890.43
HSV180°94°80°
CMYK 0.940.000.00   0.20
XYZ32.763947.671765.2323
Yxy47.67170.22490.3273
Hunter Lab69.0447-36.1243-7.6849
CIE-Lab74.6174-40.0106-12.3657

#0ccccd color RGB value is (12,204,205).

#0ccccd hex color red value is 12, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0ccccd hue: 0.50 , saturation: 0.89 and the lightness value of 0ccccd is 0.43.

The process color (four color CMYK) of #0ccccd color hex is 0.94, 0.00, 0.00, 0.20. Web safe color of #0ccccd is #00cccc. Color #0ccccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001100 11001101
Octal 14 314 315
Decimal 12 204 205
Hex C CC CD

RGB Percentages of Color #0ccccd

%2.85
%48.46
%48.69

CMYK Percentages of Color #0ccccd

%94
%0
%0
%20

Triadic Colors of #0ccccd

#0ccccd #cd0ccc #cccd0c

Analogous Colors of #0ccccd

#0ccccd #0c6ccd #0ccd6e

Monochromatic Colors of #0ccccd

#0ccccd

Complementary Color

#0ccccd #cd0d0c

#0ccccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccccd Color CSS Codes

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

#0ccccd Text Font Color

<p style="color:#0ccccd">Text here</p>

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


#0ccccd Background Color

<div style="background-color:#0ccccd">
Div content here</div>

This div background color is #0ccccd


#0ccccd Border Color

<div style="border:3px solid #0ccccd">
Div here</div>

This div border color is #0ccccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccccd


Comments

No comments written yet.

Please login to write comment.