Color Hex Logo

#0fabda Color Hex

#0FABDA
(15,171,218)
0 Favorites   0 Comments

Color spaces of #0fabda

RGB 15171218
HSL0.540.870.46
HSV194°93°85°
CMYK 0.930.220.00   0.15
XYZ27.414834.289371.5033
Yxy34.28930.20580.2574
Hunter Lab58.5571-18.9061-31.4083
CIE-Lab65.1916-19.6050-33.8555

#0fabda color RGB value is (15,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 11011010
Octal 17 253 332
Decimal 15 171 218
Hex F AB DA

RGB Percentages of Color #0fabda

%3.71
%42.33
%53.96

CMYK Percentages of Color #0fabda

%93
%22
%0
%15

Triadic Colors of #0fabda

#0fabda #da0fab #abda0f

Analogous Colors of #0fabda

#0fabda #0f45da #0fdaa4

Monochromatic Colors of #0fabda

#0fabda

Complementary Color

#0fabda #da3e0f

#0fabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fabda Color CSS Codes

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

#0fabda Text Font Color

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

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


#0fabda Background Color

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

This div background color is #0fabda


#0fabda Border Color

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

This div border color is #0fabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fabda


Comments

No comments written yet.

Please login to write comment.