Color Hex Logo

#0fdc10 Color Hex

#0FDC10
(15,220,16)
0 Favorites   0 Comments

Color spaces of #0fdc10

RGB 1522016
HSL0.330.870.46
HSV120°93°86°
CMYK 0.930.000.93   0.14
XYZ25.883751.32549.0328
Yxy51.32540.30010.5951
Hunter Lab71.6417-60.882242.6738
CIE-Lab76.8757-76.236072.9036

#0fdc10 color RGB value is (15,220,16).

#0fdc10 hex color red value is 15, green value is 220 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #0fdc10 hue: 0.33 , saturation: 0.87 and the lightness value of 0fdc10 is 0.46.

The process color (four color CMYK) of #0fdc10 color hex is 0.93, 0.00, 0.93, 0.14. Web safe color of #0fdc10 is #00cc00. Color #0fdc10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011100 00010000
Octal 17 334 20
Decimal 15 220 16
Hex F DC 10

RGB Percentages of Color #0fdc10

%5.98
%87.65
%6.37

CMYK Percentages of Color #0fdc10

%93
%0
%93
%14

Triadic Colors of #0fdc10

#0fdc10 #100fdc #dc100f

Analogous Colors of #0fdc10

#0fdc10 #0fdc77 #75dc0f

Monochromatic Colors of #0fdc10

#0fdc10

Complementary Color

#0fdc10 #dc0fdb

#0fdc10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdc10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdc10 Color CSS Codes

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

#0fdc10 Text Font Color

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

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


#0fdc10 Background Color

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

This div background color is #0fdc10


#0fdc10 Border Color

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

This div border color is #0fdc10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,220,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fdc10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fdc10;
  -webkit-box-shadow: 1px 1px 3px 2px #0fdc10;
  box-shadow:         1px 1px 3px 2px #0fdc10; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,220,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdc10


Comments

No comments written yet.

Please login to write comment.