Color Hex Logo

#0fabdf Color Hex

#0FABDF
(15,171,223)
0 Favorites   0 Comments

Color spaces of #0fabdf

RGB 15171223
HSL0.540.870.47
HSV195°93°87°
CMYK 0.930.230.00   0.13
XYZ28.079234.555175.0019
Yxy34.55510.20400.2511
Hunter Lab58.7836-17.6070-34.4995
CIE-Lab65.4008-17.8595-36.2850

#0fabdf color RGB value is (15,171,223).

#0fabdf hex color red value is 15, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0fabdf hue: 0.54 , saturation: 0.87 and the lightness value of 0fabdf is 0.47.

The process color (four color CMYK) of #0fabdf color hex is 0.93, 0.23, 0.00, 0.13. Web safe color of #0fabdf is #0099cc. Color #0fabdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 11011111
Octal 17 253 337
Decimal 15 171 223
Hex F AB DF

RGB Percentages of Color #0fabdf

%3.67
%41.81
%54.52

CMYK Percentages of Color #0fabdf

%93
%23
%0
%13

Triadic Colors of #0fabdf

#0fabdf #df0fab #abdf0f

Analogous Colors of #0fabdf

#0fabdf #0f43df #0fdfab

Monochromatic Colors of #0fabdf

#0fabdf

Complementary Color

#0fabdf #df430f

#0fabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fabdf Color CSS Codes

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

#0fabdf Text Font Color

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

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


#0fabdf Background Color

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

This div background color is #0fabdf


#0fabdf Border Color

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

This div border color is #0fabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fabdf


Comments

No comments written yet.

Please login to write comment.