Color Hex Logo

#0a60bc Color Hex

#0A60BC
(10,96,188)
0 Favorites   0 Comments

Color spaces of #0a60bc

RGB 1096188
HSL0.590.900.39
HSV211°95°74°
CMYK 0.950.490.00   0.26
XYZ13.385112.061149.1995
Yxy12.06110.17930.1616
Hunter Lab34.72918.0206-59.6837
CIE-Lab41.313113.0953-54.6567

#0a60bc color RGB value is (10,96,188).

#0a60bc hex color red value is 10, green value is 96 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0a60bc hue: 0.59 , saturation: 0.90 and the lightness value of 0a60bc is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01100000 10111100
Octal 12 140 274
Decimal 10 96 188
Hex A 60 BC

RGB Percentages of Color #0a60bc

%3.40
%32.65
%63.95

CMYK Percentages of Color #0a60bc

%95
%49
%0
%26

Triadic Colors of #0a60bc

#0a60bc #bc0a60 #60bc0a

Analogous Colors of #0a60bc

#0a60bc #0d0abc #0ab9bc

Monochromatic Colors of #0a60bc

#0a60bc

Complementary Color

#0a60bc #bc660a

#0a60bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a60bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a60bc Color CSS Codes

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

#0a60bc Text Font Color

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

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


#0a60bc Background Color

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

This div background color is #0a60bc


#0a60bc Border Color

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

This div border color is #0a60bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a60bc


Comments

No comments written yet.

Please login to write comment.