Color Hex Logo

#0fabc2 Color Hex

#0FABC2
(15,171,194)
0 Favorites   0 Comments

Color spaces of #0fabc2

RGB 15171194
HSL0.520.860.41
HSV188°92°76°
CMYK 0.920.120.00   0.24
XYZ24.497533.122456.1410
Yxy33.12240.21530.2912
Hunter Lab57.5521-24.7361-17.5499
CIE-Lab64.2599-27.7496-21.9959

#0fabc2 color RGB value is (15,171,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 11000010
Octal 17 253 302
Decimal 15 171 194
Hex F AB C2

RGB Percentages of Color #0fabc2

%3.95
%45.00
%51.05

CMYK Percentages of Color #0fabc2

%92
%12
%0
%24

Triadic Colors of #0fabc2

#0fabc2 #c20fab #abc20f

Analogous Colors of #0fabc2

#0fabc2 #0f52c2 #0fc280

Monochromatic Colors of #0fabc2

#0fabc2

Complementary Color

#0fabc2 #c2260f

#0fabc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fabc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fabc2 Color CSS Codes

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

#0fabc2 Text Font Color

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

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


#0fabc2 Background Color

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

This div background color is #0fabc2


#0fabc2 Border Color

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

This div border color is #0fabc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fabc2


Comments

No comments written yet.

Please login to write comment.