Color Hex Logo

#0fecbf Color Hex

#0FECBF
(15,236,191)
0 Favorites   0 Comments

Color spaces of #0fecbf

RGB 15236191
HSL0.470.880.49
HSV168°94°93°
CMYK 0.940.000.19   0.07
XYZ39.596463.854159.5283
Yxy63.85410.24300.3918
Hunter Lab79.9088-51.390011.7678
CIE-Lab83.8897-57.12938.6860

#0fecbf color RGB value is (15,236,191).

#0fecbf hex color red value is 15, green value is 236 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0fecbf hue: 0.47 , saturation: 0.88 and the lightness value of 0fecbf is 0.49.

The process color (four color CMYK) of #0fecbf color hex is 0.94, 0.00, 0.19, 0.07. Web safe color of #0fecbf is #00ffcc. Color #0fecbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101100 10111111
Octal 17 354 277
Decimal 15 236 191
Hex F EC BF

RGB Percentages of Color #0fecbf

%3.39
%53.39
%43.21

CMYK Percentages of Color #0fecbf

%94
%0
%19
%7

Triadic Colors of #0fecbf

#0fecbf #bf0fec #ecbf0f

Analogous Colors of #0fecbf

#0fecbf #0fabec #0fec51

Monochromatic Colors of #0fecbf

#0fecbf

Complementary Color

#0fecbf #ec0f3c

#0fecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fecbf Color CSS Codes

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

#0fecbf Text Font Color

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

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


#0fecbf Background Color

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

This div background color is #0fecbf


#0fecbf Border Color

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

This div border color is #0fecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fecbf


Comments

No comments written yet.

Please login to write comment.