Color Hex Logo

#0a6dde Color Hex

#0A6DDE
(10,109,222)
0 Favorites   0 Comments

Color spaces of #0a6dde

RGB 10109222
HSL0.590.910.45
HSV212°95°87°
CMYK 0.950.510.00   0.13
XYZ18.778616.275771.2590
Yxy16.27570.17660.1531
Hunter Lab40.343212.4862-76.4850
CIE-Lab47.334118.2216-64.4459

#0a6dde color RGB value is (10,109,222).

#0a6dde hex color red value is 10, green value is 109 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0a6dde hue: 0.59 , saturation: 0.91 and the lightness value of 0a6dde is 0.45.

The process color (four color CMYK) of #0a6dde color hex is 0.95, 0.51, 0.00, 0.13. Web safe color of #0a6dde is #0066cc. Color #0a6dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01101101 11011110
Octal 12 155 336
Decimal 10 109 222
Hex A 6D DE

RGB Percentages of Color #0a6dde

%2.93
%31.96
%65.10

CMYK Percentages of Color #0a6dde

%95
%51
%0
%13

Triadic Colors of #0a6dde

#0a6dde #de0a6d #6dde0a

Analogous Colors of #0a6dde

#0a6dde #110ade #0ad7de

Monochromatic Colors of #0a6dde

#0a6dde

Complementary Color

#0a6dde #de7b0a

#0a6dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a6dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a6dde Color CSS Codes

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

#0a6dde Text Font Color

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

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


#0a6dde Background Color

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

This div background color is #0a6dde


#0a6dde Border Color

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

This div border color is #0a6dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a6dde


Comments

No comments written yet.

Please login to write comment.