Color Hex Logo

#0cccd7 Color Hex

#0CCCD7
(12,204,215)
0 Favorites   0 Comments

Color spaces of #0cccd7

RGB 12204215
HSL0.510.890.45
HSV183°94°84°
CMYK 0.940.050.00   0.16
XYZ34.010248.170271.7952
Yxy48.17020.22090.3128
Hunter Lab69.4048-33.9885-12.7487
CIE-Lab74.9322-36.9773-17.2976

#0cccd7 color RGB value is (12,204,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001100 11010111
Octal 14 314 327
Decimal 12 204 215
Hex C CC D7

RGB Percentages of Color #0cccd7

%2.78
%47.33
%49.88

CMYK Percentages of Color #0cccd7

%94
%5
%0
%16

Triadic Colors of #0cccd7

#0cccd7 #d70ccc #ccd70c

Analogous Colors of #0cccd7

#0cccd7 #0c67d7 #0cd77d

Monochromatic Colors of #0cccd7

#0cccd7

Complementary Color

#0cccd7 #d7170c

#0cccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cccd7 Color CSS Codes

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

#0cccd7 Text Font Color

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

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


#0cccd7 Background Color

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

This div background color is #0cccd7


#0cccd7 Border Color

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

This div border color is #0cccd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cccd7


Comments

No comments written yet.

Please login to write comment.