Color Hex Logo

#0fd58e Color Hex

#0FD58E
(15,213,142)
0 Favorites   0 Comments

Color spaces of #0fd58e

RGB 15213142
HSL0.440.870.45
HSV158°93°84°
CMYK 0.930.000.33   0.16
XYZ28.873749.643133.6515
Yxy49.64310.25740.4426
Hunter Lab70.4579-50.151821.0029
CIE-Lab75.8497-59.786123.1403

#0fd58e color RGB value is (15,213,142).

#0fd58e hex color red value is 15, green value is 213 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #0fd58e hue: 0.44 , saturation: 0.87 and the lightness value of 0fd58e is 0.45.

The process color (four color CMYK) of #0fd58e color hex is 0.93, 0.00, 0.33, 0.16. Web safe color of #0fd58e is #00cc99. Color #0fd58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11010101 10001110
Octal 17 325 216
Decimal 15 213 142
Hex F D5 8E

RGB Percentages of Color #0fd58e

%4.05
%57.57
%38.38

CMYK Percentages of Color #0fd58e

%93
%0
%33
%16

Triadic Colors of #0fd58e

#0fd58e #8e0fd5 #d58e0f

Analogous Colors of #0fd58e

#0fd58e #0fb9d5 #0fd52b

Monochromatic Colors of #0fd58e

#0fd58e

Complementary Color

#0fd58e #d50f56

#0fd58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fd58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fd58e Color CSS Codes

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

#0fd58e Text Font Color

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

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


#0fd58e Background Color

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

This div background color is #0fd58e


#0fd58e Border Color

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

This div border color is #0fd58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fd58e


Comments

No comments written yet.

Please login to write comment.