Color Hex Logo

#0cced9 Color Hex

#0CCED9
(12,206,217)
0 Favorites   0 Comments

Color spaces of #0cced9

RGB 12206217
HSL0.510.900.45
HSV183°94°85°
CMYK 0.940.050.00   0.15
XYZ34.747349.230573.3167
Yxy49.23050.22090.3130
Hunter Lab70.1644-34.3898-12.8386
CIE-Lab75.5945-37.2862-17.3767

#0cced9 color RGB value is (12,206,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001110 11011001
Octal 14 316 331
Decimal 12 206 217
Hex C CE D9

RGB Percentages of Color #0cced9

%2.76
%47.36
%49.89

CMYK Percentages of Color #0cced9

%94
%5
%0
%15

Triadic Colors of #0cced9

#0cced9 #d90cce #ced90c

Analogous Colors of #0cced9

#0cced9 #0c68d9 #0cd97e

Monochromatic Colors of #0cced9

#0cced9

Complementary Color

#0cced9 #d9170c

#0cced9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cced9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cced9 Color CSS Codes

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

#0cced9 Text Font Color

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

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


#0cced9 Background Color

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

This div background color is #0cced9


#0cced9 Border Color

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

This div border color is #0cced9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cced9


Comments

No comments written yet.

Please login to write comment.