Color Hex Logo

#0fecfa Color Hex

#0FECFA
(15,236,250)
0 Favorites   0 Comments

Color spaces of #0fecfa

RGB 15236250
HSL0.510.960.52
HSV184°94°98°
CMYK 0.940.060.00   0.02
XYZ47.447866.9946100.8730
Yxy66.99460.22040.3111
Hunter Lab81.8502-39.7631-15.7744
CIE-Lab85.5012-40.8658-19.9681

#0fecfa color RGB value is (15,236,250).

#0fecfa hex color red value is 15, green value is 236 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0fecfa hue: 0.51 , saturation: 0.96 and the lightness value of 0fecfa is 0.52.

The process color (four color CMYK) of #0fecfa color hex is 0.94, 0.06, 0.00, 0.02. Web safe color of #0fecfa is #00ffff. Color #0fecfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101100 11111010
Octal 17 354 372
Decimal 15 236 250
Hex F EC FA

RGB Percentages of Color #0fecfa

%2.99
%47.11
%49.90

CMYK Percentages of Color #0fecfa

%94
%6
%0
%2

Triadic Colors of #0fecfa

#0fecfa #fa0fec #ecfa0f

Analogous Colors of #0fecfa

#0fecfa #0f77fa #0ffa93

Monochromatic Colors of #0fecfa

#0fecfa

Complementary Color

#0fecfa #fa1d0f

#0fecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fecfa Color CSS Codes

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

#0fecfa Text Font Color

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

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


#0fecfa Background Color

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

This div background color is #0fecfa


#0fecfa Border Color

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

This div border color is #0fecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fecfa


Comments

No comments written yet.

Please login to write comment.