Color Hex Logo

#0fefac Color Hex

#0FEFAC
(15,239,172)
0 Favorites   0 Comments

Color spaces of #0fefac

RGB 15239172
HSL0.450.880.50
HSV162°94°94°
CMYK 0.940.000.28   0.06
XYZ38.509964.813149.5102
Yxy64.81310.25200.4241
Hunter Lab80.5066-55.502019.8923
CIE-Lab84.3873-62.721419.2869

#0fefac color RGB value is (15,239,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101111 10101100
Octal 17 357 254
Decimal 15 239 172
Hex F EF AC

RGB Percentages of Color #0fefac

%3.52
%56.10
%40.38

CMYK Percentages of Color #0fefac

%94
%0
%28
%6

Triadic Colors of #0fefac

#0fefac #ac0fef #efac0f

Analogous Colors of #0fefac

#0fefac #0fc2ef #0fef3c

Monochromatic Colors of #0fefac

#0fefac

Complementary Color

#0fefac #ef0f52

#0fefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fefac Color CSS Codes

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

#0fefac Text Font Color

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

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


#0fefac Background Color

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

This div background color is #0fefac


#0fefac Border Color

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

This div border color is #0fefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fefac


Comments

No comments written yet.

Please login to write comment.