Color Hex Logo

#0df06c Color Hex

#0DF06C
(13,240,108)
0 Favorites   0 Comments

Color spaces of #0df06c

RGB 13240108
HSL0.400.900.50
HSV145°95°94°
CMYK 0.950.000.55   0.06
XYZ34.032863.488524.6481
Yxy63.48850.27860.5197
Hunter Lab79.6797-63.198537.4350
CIE-Lab83.6987-74.685850.0035

#0df06c color RGB value is (13,240,108).

#0df06c hex color red value is 13, green value is 240 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #0df06c hue: 0.40 , saturation: 0.90 and the lightness value of 0df06c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11110000 01101100
Octal 15 360 154
Decimal 13 240 108
Hex D F0 6C

RGB Percentages of Color #0df06c

%3.60
%66.48
%29.92

CMYK Percentages of Color #0df06c

%95
%0
%55
%6

Triadic Colors of #0df06c

#0df06c #6c0df0 #f06c0d

Analogous Colors of #0df06c

#0df06c #0df0de #20f00d

Monochromatic Colors of #0df06c

#0df06c

Complementary Color

#0df06c #f00d91

#0df06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df06c Color CSS Codes

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

#0df06c Text Font Color

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

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


#0df06c Background Color

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

This div background color is #0df06c


#0df06c Border Color

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

This div border color is #0df06c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,240,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0df06c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0df06c;
  -webkit-box-shadow: 1px 1px 3px 2px #0df06c;
  box-shadow:         1px 1px 3px 2px #0df06c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,240,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df06c


Comments

No comments written yet.

Please login to write comment.