Color Hex Logo

#0df67e Color Hex

#0DF67E
(13,246,126)
0 Favorites   0 Comments

Color spaces of #0df67e

RGB 13246126
HSL0.410.930.51
HSV149°95°96°
CMYK 0.950.000.49   0.04
XYZ36.887667.503530.8240
Yxy67.50350.27280.4992
Hunter Lab82.1605-63.639835.2686
CIE-Lab85.7576-73.897744.1214

#0df67e color RGB value is (13,246,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11110110 01111110
Octal 15 366 176
Decimal 13 246 126
Hex D F6 7E

RGB Percentages of Color #0df67e

%3.38
%63.90
%32.73

CMYK Percentages of Color #0df67e

%95
%0
%49
%4

Triadic Colors of #0df67e

#0df67e #7e0df6 #f67e0d

Analogous Colors of #0df67e

#0df67e #0df6f3 #10f60d

Monochromatic Colors of #0df67e

#0df67e

Complementary Color

#0df67e #f60d85

#0df67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df67e Color CSS Codes

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

#0df67e Text Font Color

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

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


#0df67e Background Color

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

This div background color is #0df67e


#0df67e Border Color

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

This div border color is #0df67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df67e

Related Colors


Comments

No comments written yet.

Please login to write comment.