Color Hex Logo

#0cf0ca Color Hex

#0CF0CA
(12,240,202)
0 Favorites   0 Comments

Color spaces of #0cf0ca

RGB 12240202
HSL0.470.900.49
HSV170°95°94°
CMYK 0.950.000.16   0.06
XYZ41.972466.662666.5321
Yxy66.66260.23960.3806
Hunter Lab81.6472-51.12108.8392
CIE-Lab85.3333-56.02684.9975

#0cf0ca color RGB value is (12,240,202).

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

The process color (four color CMYK) of #0cf0ca color hex is 0.95, 0.00, 0.16, 0.06. Web safe color of #0cf0ca is #00ffcc. Color #0cf0ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11110000 11001010
Octal 14 360 312
Decimal 12 240 202
Hex C F0 CA

RGB Percentages of Color #0cf0ca

%2.64
%52.86
%44.49

CMYK Percentages of Color #0cf0ca

%95
%0
%16
%6

Triadic Colors of #0cf0ca

#0cf0ca #ca0cf0 #f0ca0c

Analogous Colors of #0cf0ca

#0cf0ca #0ca4f0 #0cf058

Monochromatic Colors of #0cf0ca

#0cf0ca

Complementary Color

#0cf0ca #f00c32

#0cf0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cf0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cf0ca Color CSS Codes

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

#0cf0ca Text Font Color

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

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


#0cf0ca Background Color

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

This div background color is #0cf0ca


#0cf0ca Border Color

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

This div border color is #0cf0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cf0ca


Comments

No comments written yet.

Please login to write comment.