Color Hex Logo

#0df47f Color Hex

#0DF47F
(13,244,127)
0 Favorites   0 Comments

Color spaces of #0df47f

RGB 13244127
HSL0.420.910.50
HSV150°95°96°
CMYK 0.950.000.48   0.04
XYZ36.347466.319230.9639
Yxy66.31920.27200.4963
Hunter Lab81.4366-62.844634.4623
CIE-Lab85.1590-73.106642.8910

#0df47f color RGB value is (13,244,127).

#0df47f hex color red value is 13, green value is 244 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #0df47f hue: 0.42 , saturation: 0.91 and the lightness value of 0df47f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11110100 01111111
Octal 15 364 177
Decimal 13 244 127
Hex D F4 7F

RGB Percentages of Color #0df47f

%3.39
%63.54
%33.07

CMYK Percentages of Color #0df47f

%95
%0
%48
%4

Triadic Colors of #0df47f

#0df47f #7f0df4 #f47f0d

Analogous Colors of #0df47f

#0df47f #0df4f3 #0ef40d

Monochromatic Colors of #0df47f

#0df47f

Complementary Color

#0df47f #f40d82

#0df47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df47f Color CSS Codes

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

#0df47f Text Font Color

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

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


#0df47f Background Color

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

This div background color is #0df47f


#0df47f Border Color

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

This div border color is #0df47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df47f


Comments

No comments written yet.

Please login to write comment.