color codes Logo

#0cf711 color codes

#0CF711
(12,247,17)
0 Favorites   0 Comments

Color spaces of #0cf711

RGB 1224717
HSL0.340.940.51
HSV121°95°97°
CMYK 0.950.000.93   0.03
XYZ33.513666.640211.6268
Yxy66.64020.29980.5962
Hunter Lab81.6334-69.577648.6989
CIE-Lab85.3219-83.497079.8082

#0cf711 color RGB value is (12,247,17).

#0cf711 hex color red value is 12, green value is 247 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #0cf711 hue: 0.34 , saturation: 0.94 and the lightness value of 0cf711 is 0.51.

The process color (four color CMYK) of #0cf711 color code is 0.95, 0.00, 0.93, 0.03. Web safe color of #0cf711 is #00ff00. Color #0cf711 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11110111 00010001
Octal 14 367 21
Decimal 12 247 17
Hex C F7 11

RGB Percentages of Color #0cf711

%4.35
%89.49
%6.16

CMYK Percentages of Color #0cf711

%95
%0
%93
%3

Triadic Colors of #0cf711

#0cf711 #110cf7 #f7110c

Analogous Colors of #0cf711

#0cf711 #0cf787 #7df70c

Monochromatic Colors of #0cf711

#0cf711

Complementary Color

#0cf711 #f70cf2

#0cf711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cf711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cf711 Color CSS Codes

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

#0cf711 Text Font Color

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

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


#0cf711 Background Color

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

This div background color is #0cf711


#0cf711 Border Color

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

This div border color is #0cf711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cf711


Comments

No comments written yet.

Please login to write comment.