Color Hex Logo

#0a6aca Color Hex

#0A6ACA
(10,106,202)
0 Favorites   0 Comments

Color spaces of #0a6aca

RGB 10106202
HSL0.580.910.42
HSV210°95°79°
CMYK 0.950.480.00   0.21
XYZ15.939914.636957.8622
Yxy14.63690.18020.1655
Hunter Lab38.25827.4184-62.8902
CIE-Lab45.132812.2276-56.5961

#0a6aca color RGB value is (10,106,202).

#0a6aca hex color red value is 10, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0a6aca hue: 0.58 , saturation: 0.91 and the lightness value of 0a6aca is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01101010 11001010
Octal 12 152 312
Decimal 10 106 202
Hex A 6A CA

RGB Percentages of Color #0a6aca

%3.14
%33.33
%63.52

CMYK Percentages of Color #0a6aca

%95
%48
%0
%21

Triadic Colors of #0a6aca

#0a6aca #ca0a6a #6aca0a

Analogous Colors of #0a6aca

#0a6aca #0a0aca #0acaca

Monochromatic Colors of #0a6aca

#0a6aca

Complementary Color

#0a6aca #ca6a0a

#0a6aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a6aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a6aca Color CSS Codes

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

#0a6aca Text Font Color

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

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


#0a6aca Background Color

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

This div background color is #0a6aca


#0a6aca Border Color

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

This div border color is #0a6aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a6aca


Comments

No comments written yet.

Please login to write comment.