Color Hex Logo

#0a6eeb Color Hex

#0A6EEB
(10,110,235)
0 Favorites   0 Comments

Color spaces of #0a6eeb

RGB 10110235
HSL0.590.920.48
HSV213°96°92°
CMYK 0.960.530.00   0.08
XYZ20.696517.214580.8292
Yxy17.21450.17430.1450
Hunter Lab41.490416.4324-86.4622
CIE-Lab48.529222.6651-69.8349

#0a6eeb color RGB value is (10,110,235).

#0a6eeb hex color red value is 10, green value is 110 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0a6eeb hue: 0.59 , saturation: 0.92 and the lightness value of 0a6eeb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01101110 11101011
Octal 12 156 353
Decimal 10 110 235
Hex A 6E EB

RGB Percentages of Color #0a6eeb

%2.82
%30.99
%66.20

CMYK Percentages of Color #0a6eeb

%96
%53
%0
%8

Triadic Colors of #0a6eeb

#0a6eeb #eb0a6e #6eeb0a

Analogous Colors of #0a6eeb

#0a6eeb #160aeb #0adfeb

Monochromatic Colors of #0a6eeb

#0a6eeb

Complementary Color

#0a6eeb #eb870a

#0a6eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a6eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a6eeb Color CSS Codes

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

#0a6eeb Text Font Color

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

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


#0a6eeb Background Color

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

This div background color is #0a6eeb


#0a6eeb Border Color

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

This div border color is #0a6eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a6eeb


Comments

No comments written yet.

Please login to write comment.