Color Hex Logo

#0fabfa Color Hex

#0FABFA
(15,171,250)
0 Favorites   0 Comments

Color spaces of #0fabfa

RGB 15171250
HSL0.560.960.52
HSV200°94°98°
CMYK 0.940.320.00   0.02
XYZ32.015236.129595.7288
Yxy36.12950.19540.2205
Hunter Lab60.1078-10.1143-52.3509
CIE-Lab66.6188-8.2248-49.1518

#0fabfa color RGB value is (15,171,250).

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

The process color (four color CMYK) of #0fabfa color hex is 0.94, 0.32, 0.00, 0.02. Web safe color of #0fabfa is #0099ff. Color #0fabfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 11111010
Octal 17 253 372
Decimal 15 171 250
Hex F AB FA

RGB Percentages of Color #0fabfa

%3.44
%39.22
%57.34

CMYK Percentages of Color #0fabfa

%94
%32
%0
%2

Triadic Colors of #0fabfa

#0fabfa #fa0fab #abfa0f

Analogous Colors of #0fabfa

#0fabfa #0f36fa #0ffad4

Monochromatic Colors of #0fabfa

#0fabfa

Complementary Color

#0fabfa #fa5e0f

#0fabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fabfa Color CSS Codes

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

#0fabfa Text Font Color

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

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


#0fabfa Background Color

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

This div background color is #0fabfa


#0fabfa Border Color

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

This div border color is #0fabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fabfa


Comments

No comments written yet.

Please login to write comment.