Color Hex Logo

#0a5afe Color Hex

#0A5AFE
(10,90,254)
0 Favorites   0 Comments

Color spaces of #0a5afe

RGB 1090254
HSL0.610.990.52
HSV220°96°100°
CMYK 0.960.650.00   0.00
XYZ21.670714.532695.4288
Yxy14.53260.16460.1104
Hunter Lab38.121634.7575-121.7338
CIE-Lab44.987342.5796-86.2471

#0a5afe color RGB value is (10,90,254).

#0a5afe hex color red value is 10, green value is 90 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0a5afe hue: 0.61 , saturation: 0.99 and the lightness value of 0a5afe is 0.52.

The process color (four color CMYK) of #0a5afe color hex is 0.96, 0.65, 0.00, 0.00. Web safe color of #0a5afe is #0066ff. Color #0a5afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01011010 11111110
Octal 12 132 376
Decimal 10 90 254
Hex A 5A FE

RGB Percentages of Color #0a5afe

%2.82
%25.42
%71.75

CMYK Percentages of Color #0a5afe

%96
%65
%0
%0

Triadic Colors of #0a5afe

#0a5afe #fe0a5a #5afe0a

Analogous Colors of #0a5afe

#0a5afe #340afe #0ad4fe

Monochromatic Colors of #0a5afe

#0a5afe

Complementary Color

#0a5afe #feae0a

#0a5afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a5afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a5afe Color CSS Codes

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

#0a5afe Text Font Color

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

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


#0a5afe Background Color

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

This div background color is #0a5afe


#0a5afe Border Color

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

This div border color is #0a5afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a5afe


Comments

No comments written yet.

Please login to write comment.