Color Hex Logo

#0a8cfb Color Hex

#0A8CFB
(10,140,251)
0 Favorites   0 Comments

Color spaces of #0a8cfb

RGB 10140251
HSL0.580.970.51
HSV208°96°98°
CMYK 0.960.440.00   0.02
XYZ26.915825.785794.8253
Yxy25.78570.18240.1748
Hunter Lab50.77965.7498-75.1717
CIE-Lab57.833110.0959-63.6949

#0a8cfb color RGB value is (10,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10001100 11111011
Octal 12 214 373
Decimal 10 140 251
Hex A 8C FB

RGB Percentages of Color #0a8cfb

%2.49
%34.91
%62.59

CMYK Percentages of Color #0a8cfb

%96
%44
%0
%2

Triadic Colors of #0a8cfb

#0a8cfb #fb0a8c #8cfb0a

Analogous Colors of #0a8cfb

#0a8cfb #0a13fb #0afbf2

Monochromatic Colors of #0a8cfb

#0a8cfb

Complementary Color

#0a8cfb #fb790a

#0a8cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a8cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a8cfb Color CSS Codes

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

#0a8cfb Text Font Color

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

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


#0a8cfb Background Color

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

This div background color is #0a8cfb


#0a8cfb Border Color

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

This div border color is #0a8cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a8cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.