Color Hex Logo

#0cfbec Color Hex

#0CFBEC
(12,251,236)
0 Favorites   0 Comments

Color spaces of #0cfbec

RGB 12251236
HSL0.490.970.52
HSV176°95°98°
CMYK 0.950.000.06   0.02
XYZ49.789175.128791.2340
Yxy75.12870.23030.3476
Hunter Lab86.6768-49.1500-1.7335
CIE-Lab89.4532-51.4808-6.7351

#0cfbec color RGB value is (12,251,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111011 11101100
Octal 14 373 354
Decimal 12 251 236
Hex C FB EC

RGB Percentages of Color #0cfbec

%2.40
%50.30
%47.29

CMYK Percentages of Color #0cfbec

%95
%0
%6
%2

Triadic Colors of #0cfbec

#0cfbec #ec0cfb #fbec0c

Analogous Colors of #0cfbec

#0cfbec #0c93fb #0cfb75

Monochromatic Colors of #0cfbec

#0cfbec

Complementary Color

#0cfbec #fb0c1b

#0cfbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfbec Color CSS Codes

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

#0cfbec Text Font Color

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

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


#0cfbec Background Color

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

This div background color is #0cfbec


#0cfbec Border Color

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

This div border color is #0cfbec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,251,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 #0cfbec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfbec

Related Colors


Comments

No comments written yet.

Please login to write comment.