Color Hex Logo

#0df147 Color Hex

#0DF147
(13,241,71)
0 Favorites   0 Comments

Color spaces of #0df147

RGB 1324171
HSL0.380.900.50
HSV135°95°95°
CMYK 0.950.000.71   0.05
XYZ32.758663.451116.4820
Yxy63.45110.29070.5631
Hunter Lab79.6562-65.990243.4914
CIE-Lab83.6792-79.088965.2714

#0df147 color RGB value is (13,241,71).

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

The process color (four color CMYK) of #0df147 color hex is 0.95, 0.00, 0.71, 0.05. Web safe color of #0df147 is #00ff33. Color #0df147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11110001 01000111
Octal 15 361 107
Decimal 13 241 71
Hex D F1 47

RGB Percentages of Color #0df147

%4.00
%74.15
%21.85

CMYK Percentages of Color #0df147

%95
%0
%71
%5

Triadic Colors of #0df147

#0df147 #470df1 #f1470d

Analogous Colors of #0df147

#0df147 #0df1b9 #45f10d

Monochromatic Colors of #0df147

#0df147

Complementary Color

#0df147 #f10db7

#0df147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df147 Color CSS Codes

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

#0df147 Text Font Color

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

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


#0df147 Background Color

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

This div background color is #0df147


#0df147 Border Color

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

This div border color is #0df147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df147


Comments

No comments written yet.

Please login to write comment.