Color Hex Logo

#0cfcef Color Hex

#0CFCEF
(12,252,239)
0 Favorites   0 Comments

Color spaces of #0cfcef

RGB 12252239
HSL0.490.980.52
HSV177°95°99°
CMYK 0.950.000.05   0.01
XYZ50.542075.931093.6537
Yxy75.93100.22960.3449
Hunter Lab87.1384-48.9586-2.7262
CIE-Lab89.8273-51.0716-7.7425

#0cfcef color RGB value is (12,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111100 11101111
Octal 14 374 357
Decimal 12 252 239
Hex C FC EF

RGB Percentages of Color #0cfcef

%2.39
%50.10
%47.51

CMYK Percentages of Color #0cfcef

%95
%0
%5
%1

Triadic Colors of #0cfcef

#0cfcef #ef0cfc #fcef0c

Analogous Colors of #0cfcef

#0cfcef #0c91fc #0cfc77

Monochromatic Colors of #0cfcef

#0cfcef

Complementary Color

#0cfcef #fc0c19

#0cfcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfcef Color CSS Codes

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

#0cfcef Text Font Color

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

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


#0cfcef Background Color

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

This div background color is #0cfcef


#0cfcef Border Color

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

This div border color is #0cfcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfcef


Comments

No comments written yet.

Please login to write comment.