Color Hex Logo

#0fecba Color Hex

#0FECBA
(15,236,186)
0 Favorites   0 Comments

Color spaces of #0fecba

RGB 15236186
HSL0.460.880.49
HSV166°94°93°
CMYK 0.940.000.21   0.07
XYZ39.055463.637656.6792
Yxy63.63760.24510.3993
Hunter Lab79.7732-52.212913.7154
CIE-Lab83.7767-58.350711.1430

#0fecba color RGB value is (15,236,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101100 10111010
Octal 17 354 272
Decimal 15 236 186
Hex F EC BA

RGB Percentages of Color #0fecba

%3.43
%54.00
%42.56

CMYK Percentages of Color #0fecba

%94
%0
%21
%7

Triadic Colors of #0fecba

#0fecba #ba0fec #ecba0f

Analogous Colors of #0fecba

#0fecba #0fb0ec #0fec4c

Monochromatic Colors of #0fecba

#0fecba

Complementary Color

#0fecba #ec0f41

#0fecba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fecba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fecba Color CSS Codes

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

#0fecba Text Font Color

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

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


#0fecba Background Color

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

This div background color is #0fecba


#0fecba Border Color

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

This div border color is #0fecba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fecba


Comments

No comments written yet.

Please login to write comment.