Color Hex Logo

#0cc2ea Color Hex

#0CC2EA
(12,194,234)
0 Favorites   0 Comments

Color spaces of #0cc2ea

RGB 12194234
HSL0.530.900.48
HSV191°95°92°
CMYK 0.950.170.00   0.08
XYZ34.294744.602284.6435
Yxy44.60220.20970.2727
Hunter Lab66.7849-25.2120-28.3950
CIE-Lab72.6292-26.0637-31.0880

#0cc2ea color RGB value is (12,194,234).

#0cc2ea hex color red value is 12, green value is 194 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0cc2ea hue: 0.53 , saturation: 0.90 and the lightness value of 0cc2ea is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11000010 11101010
Octal 14 302 352
Decimal 12 194 234
Hex C C2 EA

RGB Percentages of Color #0cc2ea

%2.73
%44.09
%53.18

CMYK Percentages of Color #0cc2ea

%95
%17
%0
%8

Triadic Colors of #0cc2ea

#0cc2ea #ea0cc2 #c2ea0c

Analogous Colors of #0cc2ea

#0cc2ea #0c53ea #0ceaa3

Monochromatic Colors of #0cc2ea

#0cc2ea

Complementary Color

#0cc2ea #ea340c

#0cc2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cc2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cc2ea Color CSS Codes

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

#0cc2ea Text Font Color

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

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


#0cc2ea Background Color

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

This div background color is #0cc2ea


#0cc2ea Border Color

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

This div border color is #0cc2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cc2ea


Comments

No comments written yet.

Please login to write comment.