Color Hex Logo

#0fe48d Color Hex

#0FE48D
(15,228,141)
0 Favorites   0 Comments

Color spaces of #0fe48d

RGB 15228141
HSL0.430.880.48
HSV155°93°89°
CMYK 0.930.000.38   0.11
XYZ32.748157.511534.5741
Yxy57.51150.26230.4607
Hunter Lab75.8363-55.632726.0549
CIE-Lab80.4664-65.278429.8756

#0fe48d color RGB value is (15,228,141).

#0fe48d hex color red value is 15, green value is 228 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #0fe48d hue: 0.43 , saturation: 0.88 and the lightness value of 0fe48d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100100 10001101
Octal 17 344 215
Decimal 15 228 141
Hex F E4 8D

RGB Percentages of Color #0fe48d

%3.91
%59.38
%36.72

CMYK Percentages of Color #0fe48d

%93
%0
%38
%11

Triadic Colors of #0fe48d

#0fe48d #8d0fe4 #e48d0f

Analogous Colors of #0fe48d

#0fe48d #0fd1e4 #0fe423

Monochromatic Colors of #0fe48d

#0fe48d

Complementary Color

#0fe48d #e40f66

#0fe48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe48d Color CSS Codes

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

#0fe48d Text Font Color

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

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


#0fe48d Background Color

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

This div background color is #0fe48d


#0fe48d Border Color

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

This div border color is #0fe48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe48d


Comments

No comments written yet.

Please login to write comment.