Color Hex Logo

#0a6dae Color Hex

#0A6DAE
(10,109,174)
0 Favorites   0 Comments

Color spaces of #0a6dae

RGB 10109174
HSL0.570.890.36
HSV204°94°68°
CMYK 0.940.370.00   0.32
XYZ13.233814.057842.0603
Yxy14.05780.19080.2027
Hunter Lab37.4937-2.6106-40.2656
CIE-Lab44.3157-0.8310-41.6653

#0a6dae color RGB value is (10,109,174).

#0a6dae hex color red value is 10, green value is 109 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0a6dae hue: 0.57 , saturation: 0.89 and the lightness value of 0a6dae is 0.36.

The process color (four color CMYK) of #0a6dae color hex is 0.94, 0.37, 0.00, 0.32. Web safe color of #0a6dae is #006699. Color #0a6dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01101101 10101110
Octal 12 155 256
Decimal 10 109 174
Hex A 6D AE

RGB Percentages of Color #0a6dae

%3.41
%37.20
%59.39

CMYK Percentages of Color #0a6dae

%94
%37
%0
%32

Triadic Colors of #0a6dae

#0a6dae #ae0a6d #6dae0a

Analogous Colors of #0a6dae

#0a6dae #0a1bae #0aae9d

Monochromatic Colors of #0a6dae

#0a6dae

Complementary Color

#0a6dae #ae4b0a

#0a6dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a6dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a6dae Color CSS Codes

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

#0a6dae Text Font Color

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

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


#0a6dae Background Color

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

This div background color is #0a6dae


#0a6dae Border Color

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

This div border color is #0a6dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a6dae


Comments

No comments written yet.

Please login to write comment.