Color Hex Logo

#0df68e Color Hex

#0DF68E
(13,246,142)
0 Favorites   0 Comments

Color spaces of #0df68e

RGB 13246142
HSL0.430.930.51
HSV153°95°96°
CMYK 0.950.000.42   0.04
XYZ38.004267.950136.7038
Yxy67.95010.26640.4763
Hunter Lab82.4319-61.960531.3027
CIE-Lab85.9815-71.219436.6384

#0df68e color RGB value is (13,246,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11110110 10001110
Octal 15 366 216
Decimal 13 246 142
Hex D F6 8E

RGB Percentages of Color #0df68e

%3.24
%61.35
%35.41

CMYK Percentages of Color #0df68e

%95
%0
%42
%4

Triadic Colors of #0df68e

#0df68e #8e0df6 #f68e0d

Analogous Colors of #0df68e

#0df68e #0deaf6 #0df619

Monochromatic Colors of #0df68e

#0df68e

Complementary Color

#0df68e #f60d75

#0df68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df68e Color CSS Codes

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

#0df68e Text Font Color

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

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


#0df68e Background Color

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

This div background color is #0df68e


#0df68e Border Color

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

This div border color is #0df68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df68e


Comments

No comments written yet.

Please login to write comment.