Color Hex Logo

#0fadf6 Color Hex

#0FADF6
(15,173,246)
0 Favorites   0 Comments

Color spaces of #0fadf6

RGB 15173246
HSL0.550.930.51
HSV199°94°96°
CMYK 0.940.300.00   0.04
XYZ31.775136.642592.5868
Yxy36.64250.19740.2276
Hunter Lab60.5330-12.2343-48.3124
CIE-Lab67.0079-10.7742-46.3612

#0fadf6 color RGB value is (15,173,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101101 11110110
Octal 17 255 366
Decimal 15 173 246
Hex F AD F6

RGB Percentages of Color #0fadf6

%3.46
%39.86
%56.68

CMYK Percentages of Color #0fadf6

%94
%30
%0
%4

Triadic Colors of #0fadf6

#0fadf6 #f60fad #adf60f

Analogous Colors of #0fadf6

#0fadf6 #0f3af6 #0ff6cc

Monochromatic Colors of #0fadf6

#0fadf6

Complementary Color

#0fadf6 #f6580f

#0fadf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fadf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fadf6 Color CSS Codes

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

#0fadf6 Text Font Color

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

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


#0fadf6 Background Color

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

This div background color is #0fadf6


#0fadf6 Border Color

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

This div border color is #0fadf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fadf6


Comments

No comments written yet.

Please login to write comment.