Color Hex Logo

#0fa6fa Color Hex

#0FA6FA
(15,166,250)
0 Favorites   0 Comments

Color spaces of #0fa6fa

RGB 15166250
HSL0.560.960.52
HSV201°94°98°
CMYK 0.940.340.00   0.02
XYZ31.088534.276195.4199
Yxy34.27610.19340.2132
Hunter Lab58.5458-7.6696-55.6508
CIE-Lab65.1811-5.4177-51.4242

#0fa6fa color RGB value is (15,166,250).

#0fa6fa hex color red value is 15, green value is 166 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0fa6fa hue: 0.56 , saturation: 0.96 and the lightness value of 0fa6fa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10100110 11111010
Octal 17 246 372
Decimal 15 166 250
Hex F A6 FA

RGB Percentages of Color #0fa6fa

%3.48
%38.52
%58.00

CMYK Percentages of Color #0fa6fa

%94
%34
%0
%2

Triadic Colors of #0fa6fa

#0fa6fa #fa0fa6 #a6fa0f

Analogous Colors of #0fa6fa

#0fa6fa #0f31fa #0ffad9

Monochromatic Colors of #0fa6fa

#0fa6fa

Complementary Color

#0fa6fa #fa630f

#0fa6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa6fa Color CSS Codes

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

#0fa6fa Text Font Color

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

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


#0fa6fa Background Color

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

This div background color is #0fa6fa


#0fa6fa Border Color

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

This div border color is #0fa6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa6fa


Comments

No comments written yet.

Please login to write comment.