Color Hex Logo

#0fef3c Color Hex

#0FEF3C
(15,239,60)
0 Favorites   0 Comments

Color spaces of #0fef3c

RGB 1523960
HSL0.370.880.50
HSV132°94°94°
CMYK 0.940.000.75   0.06
XYZ31.879162.160814.5930
Yxy62.16080.29350.5722
Hunter Lab78.8421-65.798844.2154
CIE-Lab82.9989-79.322468.3368

#0fef3c color RGB value is (15,239,60).

#0fef3c hex color red value is 15, green value is 239 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #0fef3c hue: 0.37 , saturation: 0.88 and the lightness value of 0fef3c is 0.50.

The process color (four color CMYK) of #0fef3c color hex is 0.94, 0.00, 0.75, 0.06. Web safe color of #0fef3c is #00ff33. Color #0fef3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101111 00111100
Octal 17 357 74
Decimal 15 239 60
Hex F EF 3C

RGB Percentages of Color #0fef3c

%4.78
%76.11
%19.11

CMYK Percentages of Color #0fef3c

%94
%0
%75
%6

Triadic Colors of #0fef3c

#0fef3c #3c0fef #ef3c0f

Analogous Colors of #0fef3c

#0fef3c #0fefac #52ef0f

Monochromatic Colors of #0fef3c

#0fef3c

Complementary Color

#0fef3c #ef0fc2

#0fef3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fef3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fef3c Color CSS Codes

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

#0fef3c Text Font Color

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

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


#0fef3c Background Color

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

This div background color is #0fef3c


#0fef3c Border Color

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

This div border color is #0fef3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fef3c


Comments

No comments written yet.

Please login to write comment.