Color Hex Logo

#0fe42d Color Hex

#0FE42D
(15,228,45)
0 Favorites   0 Comments

Color spaces of #0fe42d

RGB 1522845
HSL0.360.880.48
HSV128°93°89°
CMYK 0.930.000.80   0.11
XYZ28.414155.777811.7512
Yxy55.77780.29620.5814
Hunter Lab74.6845-62.786742.9502
CIE-Lab79.4872-77.258069.4111

#0fe42d color RGB value is (15,228,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100100 00101101
Octal 17 344 55
Decimal 15 228 45
Hex F E4 2D

RGB Percentages of Color #0fe42d

%5.21
%79.17
%15.63

CMYK Percentages of Color #0fe42d

%93
%0
%80
%11

Triadic Colors of #0fe42d

#0fe42d #2d0fe4 #e42d0f

Analogous Colors of #0fe42d

#0fe42d #0fe498 #5be40f

Monochromatic Colors of #0fe42d

#0fe42d

Complementary Color

#0fe42d #e40fc6

#0fe42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe42d Color CSS Codes

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

#0fe42d Text Font Color

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

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


#0fe42d Background Color

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

This div background color is #0fe42d


#0fe42d Border Color

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

This div border color is #0fe42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe42d


Comments

No comments written yet.

Please login to write comment.