Color Hex Logo

#0cdcec Color Hex

#0CDCEC
(12,220,236)
0 Favorites   0 Comments

Color spaces of #0cdcec

RGB 12220236
HSL0.510.900.49
HSV184°95°93°
CMYK 0.950.070.00   0.07
XYZ40.885157.320788.2660
Yxy57.32070.21930.3074
Hunter Lab75.7104-36.0998-16.1252
CIE-Lab80.3596-37.9053-20.3465

#0cdcec color RGB value is (12,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011100 11101100
Octal 14 334 354
Decimal 12 220 236
Hex C DC EC

RGB Percentages of Color #0cdcec

%2.56
%47.01
%50.43

CMYK Percentages of Color #0cdcec

%95
%7
%0
%7

Triadic Colors of #0cdcec

#0cdcec #ec0cdc #dcec0c

Analogous Colors of #0cdcec

#0cdcec #0c6cec #0cec8c

Monochromatic Colors of #0cdcec

#0cdcec

Complementary Color

#0cdcec #ec1c0c

#0cdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdcec Color CSS Codes

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

#0cdcec Text Font Color

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

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


#0cdcec Background Color

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

This div background color is #0cdcec


#0cdcec Border Color

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

This div border color is #0cdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdcec


Comments

No comments written yet.

Please login to write comment.