Color Hex Logo

#0cf6de Color Hex

#0CF6DE
(12,246,222)
0 Favorites   0 Comments

Color spaces of #0cf6de

RGB 12246222
HSL0.480.930.51
HSV174°95°96°
CMYK 0.950.000.10   0.04
XYZ46.292271.263680.4226
Yxy71.26360.23380.3600
Hunter Lab84.4178-49.84702.6084
CIE-Lab87.6129-53.2145-2.1449

#0cf6de color RGB value is (12,246,222).

#0cf6de hex color red value is 12, green value is 246 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0cf6de hue: 0.48 , saturation: 0.93 and the lightness value of 0cf6de is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11110110 11011110
Octal 14 366 336
Decimal 12 246 222
Hex C F6 DE

RGB Percentages of Color #0cf6de

%2.50
%51.25
%46.25

CMYK Percentages of Color #0cf6de

%95
%0
%10
%4

Triadic Colors of #0cf6de

#0cf6de #de0cf6 #f6de0c

Analogous Colors of #0cf6de

#0cf6de #0c99f6 #0cf669

Monochromatic Colors of #0cf6de

#0cf6de

Complementary Color

#0cf6de #f60c24

#0cf6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cf6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cf6de Color CSS Codes

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

#0cf6de Text Font Color

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

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


#0cf6de Background Color

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

This div background color is #0cf6de


#0cf6de Border Color

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

This div border color is #0cf6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cf6de


Comments

No comments written yet.

Please login to write comment.