Color Hex Logo

#0fad4e Color Hex

#0FAD4E
(15,173,78)
0 Favorites   0 Comments

Color spaces of #0fad4e

RGB 1517378
HSL0.400.840.37
HSV144°91°68°
CMYK 0.910.000.55   0.32
XYZ16.515730.538812.2318
Yxy30.53880.27860.5151
Hunter Lab55.2619-43.361525.5600
CIE-Lab62.1164-57.696438.1805

#0fad4e color RGB value is (15,173,78).

#0fad4e hex color red value is 15, green value is 173 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #0fad4e hue: 0.40 , saturation: 0.84 and the lightness value of 0fad4e is 0.37.

The process color (four color CMYK) of #0fad4e color hex is 0.91, 0.00, 0.55, 0.32. Web safe color of #0fad4e is #009966. Color #0fad4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101101 01001110
Octal 17 255 116
Decimal 15 173 78
Hex F AD 4E

RGB Percentages of Color #0fad4e

%5.64
%65.04
%29.32

CMYK Percentages of Color #0fad4e

%91
%0
%55
%32

Triadic Colors of #0fad4e

#0fad4e #4e0fad #ad4e0f

Analogous Colors of #0fad4e

#0fad4e #0fad9d #1fad0f

Monochromatic Colors of #0fad4e

#0fad4e

Complementary Color

#0fad4e #ad0f6e

#0fad4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fad4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fad4e Color CSS Codes

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

#0fad4e Text Font Color

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

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


#0fad4e Background Color

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

This div background color is #0fad4e


#0fad4e Border Color

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

This div border color is #0fad4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,173,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fad4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fad4e;
  -webkit-box-shadow: 1px 1px 3px 2px #0fad4e;
  box-shadow:         1px 1px 3px 2px #0fad4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,173,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fad4e


Comments

No comments written yet.

Please login to write comment.