Color Hex Logo

#0fabc1 Color Hex

#0FABC1
(15,171,193)
0 Favorites   0 Comments

Color spaces of #0fabc1

RGB 15171193
HSL0.520.860.41
HSV187°92°76°
CMYK 0.920.110.00   0.24
XYZ24.385633.077655.5514
Yxy33.07760.21580.2927
Hunter Lab57.5131-24.9639-17.0085
CIE-Lab64.2237-28.0788-21.4949

#0fabc1 color RGB value is (15,171,193).

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

The process color (four color CMYK) of #0fabc1 color hex is 0.92, 0.11, 0.00, 0.24. Web safe color of #0fabc1 is #0099cc. Color #0fabc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 11000001
Octal 17 253 301
Decimal 15 171 193
Hex F AB C1

RGB Percentages of Color #0fabc1

%3.96
%45.12
%50.92

CMYK Percentages of Color #0fabc1

%92
%11
%0
%24

Triadic Colors of #0fabc1

#0fabc1 #c10fab #abc10f

Analogous Colors of #0fabc1

#0fabc1 #0f52c1 #0fc17e

Monochromatic Colors of #0fabc1

#0fabc1

Complementary Color

#0fabc1 #c1250f

#0fabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fabc1 Color CSS Codes

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

#0fabc1 Text Font Color

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

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


#0fabc1 Background Color

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

This div background color is #0fabc1


#0fabc1 Border Color

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

This div border color is #0fabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fabc1


Comments

No comments written yet.

Please login to write comment.