Color Hex Logo

#0fe03a Color Hex

#0FE03A
(15,224,58)
0 Favorites   0 Comments

Color spaces of #0fe03a

RGB 1522458
HSL0.370.870.47
HSV132°93°88°
CMYK 0.930.000.74   0.12
XYZ27.616453.718412.9161
Yxy53.71840.29300.5700
Hunter Lab73.2928-61.004540.8565
CIE-Lab78.2972-75.287364.3116

#0fe03a color RGB value is (15,224,58).

#0fe03a hex color red value is 15, green value is 224 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #0fe03a hue: 0.37 , saturation: 0.87 and the lightness value of 0fe03a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100000 00111010
Octal 17 340 72
Decimal 15 224 58
Hex F E0 3A

RGB Percentages of Color #0fe03a

%5.05
%75.42
%19.53

CMYK Percentages of Color #0fe03a

%93
%0
%74
%12

Triadic Colors of #0fe03a

#0fe03a #3a0fe0 #e03a0f

Analogous Colors of #0fe03a

#0fe03a #0fe0a3 #4ce00f

Monochromatic Colors of #0fe03a

#0fe03a

Complementary Color

#0fe03a #e00fb5

#0fe03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe03a Color CSS Codes

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

#0fe03a Text Font Color

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

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


#0fe03a Background Color

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

This div background color is #0fe03a


#0fe03a Border Color

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

This div border color is #0fe03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe03a


Comments

No comments written yet.

Please login to write comment.