Color Hex Logo

#0abcfb Color Hex

#0ABCFB
(10,188,251)
0 Favorites   0 Comments

Color spaces of #0abcfb

RGB 10188251
HSL0.540.970.51
HSV196°96°98°
CMYK 0.960.250.00   0.02
XYZ35.521042.996097.6937
Yxy42.99600.20160.2440
Hunter Lab65.5713-18.0536-42.4353
CIE-Lab71.5523-17.2286-41.9478

#0abcfb color RGB value is (10,188,251).

#0abcfb hex color red value is 10, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0abcfb hue: 0.54 , saturation: 0.97 and the lightness value of 0abcfb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111100 11111011
Octal 12 274 373
Decimal 10 188 251
Hex A BC FB

RGB Percentages of Color #0abcfb

%2.23
%41.87
%55.90

CMYK Percentages of Color #0abcfb

%96
%25
%0
%2

Triadic Colors of #0abcfb

#0abcfb #fb0abc #bcfb0a

Analogous Colors of #0abcfb

#0abcfb #0a43fb #0afbc2

Monochromatic Colors of #0abcfb

#0abcfb

Complementary Color

#0abcfb #fb490a

#0abcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abcfb Color CSS Codes

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

#0abcfb Text Font Color

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

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


#0abcfb Background Color

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

This div background color is #0abcfb


#0abcfb Border Color

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

This div border color is #0abcfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,188,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abcfb


Comments

No comments written yet.

Please login to write comment.