Color Hex Logo

#0fbffa Color Hex

#0FBFFA
(15,191,250)
0 Favorites   0 Comments

Color spaces of #0fbffa

RGB 15191250
HSL0.540.960.52
HSV195°94°98°
CMYK 0.940.240.00   0.02
XYZ36.083144.265397.0848
Yxy44.26530.20340.2495
Hunter Lab66.5322-19.6235-39.9444
CIE-Lab72.4055-19.0164-40.0751

#0fbffa color RGB value is (15,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111111 11111010
Octal 17 277 372
Decimal 15 191 250
Hex F BF FA

RGB Percentages of Color #0fbffa

%3.29
%41.89
%54.82

CMYK Percentages of Color #0fbffa

%94
%24
%0
%2

Triadic Colors of #0fbffa

#0fbffa #fa0fbf #bffa0f

Analogous Colors of #0fbffa

#0fbffa #0f49fa #0ffac0

Monochromatic Colors of #0fbffa

#0fbffa

Complementary Color

#0fbffa #fa4a0f

#0fbffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbffa Color CSS Codes

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

#0fbffa Text Font Color

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

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


#0fbffa Background Color

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

This div background color is #0fbffa


#0fbffa Border Color

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

This div border color is #0fbffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,191,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 #0fbffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbffa


Comments

No comments written yet.

Please login to write comment.