Color Hex Logo

#0fedfc Color Hex

#0FEDFC
(15,237,252)
0 Favorites   0 Comments

Color spaces of #0fedfc

RGB 15237252
HSL0.510.980.52
HSV184°94°99°
CMYK 0.940.060.00   0.01
XYZ48.051967.6982102.6299
Yxy67.69820.22000.3100
Hunter Lab82.2789-39.7419-16.3596
CIE-Lab85.8553-40.7159-20.4830

#0fedfc color RGB value is (15,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101101 11111100
Octal 17 355 374
Decimal 15 237 252
Hex F ED FC

RGB Percentages of Color #0fedfc

%2.98
%47.02
%50.00

CMYK Percentages of Color #0fedfc

%94
%6
%0
%1

Triadic Colors of #0fedfc

#0fedfc #fc0fed #edfc0f

Analogous Colors of #0fedfc

#0fedfc #0f77fc #0ffc95

Monochromatic Colors of #0fedfc

#0fedfc

Complementary Color

#0fedfc #fc1e0f

#0fedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fedfc Color CSS Codes

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

#0fedfc Text Font Color

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

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


#0fedfc Background Color

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

This div background color is #0fedfc


#0fedfc Border Color

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

This div border color is #0fedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fedfc


Comments

No comments written yet.

Please login to write comment.