Color Hex Logo

#0ccabe Color Hex

#0CCABE
(12,202,190)
0 Favorites   0 Comments

Color spaces of #0ccabe

RGB 12202190
HSL0.490.890.42
HSV176°94°79°
CMYK 0.940.000.06   0.21
XYZ30.566446.036955.9902
Yxy46.03690.23050.3472
Hunter Lab67.8505-38.3248-1.4307
CIE-Lab73.5695-43.5137-5.8012

#0ccabe color RGB value is (12,202,190).

#0ccabe hex color red value is 12, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0ccabe hue: 0.49 , saturation: 0.89 and the lightness value of 0ccabe is 0.42.

The process color (four color CMYK) of #0ccabe color hex is 0.94, 0.00, 0.06, 0.21. Web safe color of #0ccabe is #00cccc. Color #0ccabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001010 10111110
Octal 14 312 276
Decimal 12 202 190
Hex C CA BE

RGB Percentages of Color #0ccabe

%2.97
%50.00
%47.03

CMYK Percentages of Color #0ccabe

%94
%0
%6
%21

Triadic Colors of #0ccabe

#0ccabe #be0cca #cabe0c

Analogous Colors of #0ccabe

#0ccabe #0c77ca #0cca5f

Monochromatic Colors of #0ccabe

#0ccabe

Complementary Color

#0ccabe #ca0c18

#0ccabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccabe Color CSS Codes

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

#0ccabe Text Font Color

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

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


#0ccabe Background Color

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

This div background color is #0ccabe


#0ccabe Border Color

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

This div border color is #0ccabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccabe


Comments

No comments written yet.

Please login to write comment.