color codes Logo

#0fabf5 color codes

#0FABF5
(15,171,245)
0 Favorites   0 Comments

Color spaces of #0fabf5

RGB 15171245
HSL0.550.920.51
HSV199°94°96°
CMYK 0.940.300.00   0.04
XYZ31.241335.820091.6535
Yxy35.82000.19680.2257
Hunter Lab59.8498-11.5611-48.9013
CIE-Lab66.3822-10.0311-46.8014

#0fabf5 color RGB value is (15,171,245).

#0fabf5 hex color red value is 15, green value is 171 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #0fabf5 hue: 0.55 , saturation: 0.92 and the lightness value of 0fabf5 is 0.51.

The process color (four color CMYK) of #0fabf5 color code is 0.94, 0.30, 0.00, 0.04. Web safe color of #0fabf5 is #0099ff. Color #0fabf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 11110101
Octal 17 253 365
Decimal 15 171 245
Hex F AB F5

RGB Percentages of Color #0fabf5

%3.48
%39.68
%56.84

CMYK Percentages of Color #0fabf5

%94
%30
%0
%4

Triadic Colors of #0fabf5

#0fabf5 #f50fab #abf50f

Analogous Colors of #0fabf5

#0fabf5 #0f38f5 #0ff5cc

Monochromatic Colors of #0fabf5

#0fabf5

Complementary Color

#0fabf5 #f5590f

#0fabf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fabf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fabf5 Color CSS Codes

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

#0fabf5 Text Font Color

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

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


#0fabf5 Background Color

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

This div background color is #0fabf5


#0fabf5 Border Color

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

This div border color is #0fabf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fabf5


Comments

No comments written yet.

Please login to write comment.