Color Hex Logo

#0ab6fa Color Hex

#0AB6FA
(10,182,250)
0 Favorites   0 Comments

Color spaces of #0ab6fa

RGB 10182250
HSL0.550.960.51
HSV197°96°98°
CMYK 0.960.270.00   0.02
XYZ34.108440.422696.4471
Yxy40.42260.19950.2364
Hunter Lab63.5788-15.5021-45.4360
CIE-Lab69.7695-14.3831-44.1976

#0ab6fa color RGB value is (10,182,250).

#0ab6fa hex color red value is 10, green value is 182 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0ab6fa hue: 0.55 , saturation: 0.96 and the lightness value of 0ab6fa is 0.51.

The process color (four color CMYK) of #0ab6fa color hex is 0.96, 0.27, 0.00, 0.02. Web safe color of #0ab6fa is #00ccff. Color #0ab6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10110110 11111010
Octal 12 266 372
Decimal 10 182 250
Hex A B6 FA

RGB Percentages of Color #0ab6fa

%2.26
%41.18
%56.56

CMYK Percentages of Color #0ab6fa

%96
%27
%0
%2

Triadic Colors of #0ab6fa

#0ab6fa #fa0ab6 #b6fa0a

Analogous Colors of #0ab6fa

#0ab6fa #0a3efa #0afac6

Monochromatic Colors of #0ab6fa

#0ab6fa

Complementary Color

#0ab6fa #fa4e0a

#0ab6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ab6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ab6fa Color CSS Codes

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

#0ab6fa Text Font Color

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

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


#0ab6fa Background Color

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

This div background color is #0ab6fa


#0ab6fa Border Color

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

This div border color is #0ab6fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,182,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 #0ab6fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ab6fa


Comments

No comments written yet.

Please login to write comment.