Color Hex Logo

#0cdce6 Color Hex

#0CDCE6
(12,220,230)
0 Favorites   0 Comments

Color spaces of #0cdce6

RGB 12220230
HSL0.510.900.47
HSV183°95°90°
CMYK 0.950.040.00   0.10
XYZ40.027756.977783.7510
Yxy56.97770.22140.3152
Hunter Lab75.4836-37.4406-12.9453
CIE-Lab80.1671-39.7323-17.4430

#0cdce6 color RGB value is (12,220,230).

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

The process color (four color CMYK) of #0cdce6 color hex is 0.95, 0.04, 0.00, 0.10. Web safe color of #0cdce6 is #00ccff. Color #0cdce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011100 11100110
Octal 14 334 346
Decimal 12 220 230
Hex C DC E6

RGB Percentages of Color #0cdce6

%2.60
%47.62
%49.78

CMYK Percentages of Color #0cdce6

%95
%4
%0
%10

Triadic Colors of #0cdce6

#0cdce6 #e60cdc #dce60c

Analogous Colors of #0cdce6

#0cdce6 #0c6fe6 #0ce683

Monochromatic Colors of #0cdce6

#0cdce6

Complementary Color

#0cdce6 #e6160c

#0cdce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdce6 Color CSS Codes

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

#0cdce6 Text Font Color

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

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


#0cdce6 Background Color

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

This div background color is #0cdce6


#0cdce6 Border Color

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

This div border color is #0cdce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdce6


Comments

No comments written yet.

Please login to write comment.