Color Hex Logo

#0df65f Color Hex

#0DF65F
(13,246,95)
0 Favorites   0 Comments

Color spaces of #0df65f

RGB 1324695
HSL0.390.930.51
HSV141°95°96°
CMYK 0.950.000.61   0.04
XYZ35.187366.823321.8701
Yxy66.82330.28400.5394
Hunter Lab81.7455-66.219541.3595
CIE-Lab85.4146-78.111657.7250

#0df65f color RGB value is (13,246,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11110110 01011111
Octal 15 366 137
Decimal 13 246 95
Hex D F6 5F

RGB Percentages of Color #0df65f

%3.67
%69.49
%26.84

CMYK Percentages of Color #0df65f

%95
%0
%61
%4

Triadic Colors of #0df65f

#0df65f #5f0df6 #f65f0d

Analogous Colors of #0df65f

#0df65f #0df6d4 #30f60d

Monochromatic Colors of #0df65f

#0df65f

Complementary Color

#0df65f #f60da4

#0df65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df65f Color CSS Codes

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

#0df65f Text Font Color

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

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


#0df65f Background Color

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

This div background color is #0df65f


#0df65f Border Color

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

This div border color is #0df65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df65f

Related Colors


Comments

No comments written yet.

Please login to write comment.