Color Hex Logo

#0a60ec Color Hex

#0A60EC
(10,96,236)
0 Favorites   0 Comments

Color spaces of #0a60ec

RGB 1096236
HSL0.600.920.48
HSV217°96°93°
CMYK 0.960.590.00   0.07
XYZ19.448414.486481.1280
Yxy14.48640.16900.1259
Hunter Lab38.061024.6031-99.7354
CIE-Lab44.922632.0383-76.2760

#0a60ec color RGB value is (10,96,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01100000 11101100
Octal 12 140 354
Decimal 10 96 236
Hex A 60 EC

RGB Percentages of Color #0a60ec

%2.92
%28.07
%69.01

CMYK Percentages of Color #0a60ec

%96
%59
%0
%7

Triadic Colors of #0a60ec

#0a60ec #ec0a60 #60ec0a

Analogous Colors of #0a60ec

#0a60ec #250aec #0ad1ec

Monochromatic Colors of #0a60ec

#0a60ec

Complementary Color

#0a60ec #ec960a

#0a60ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a60ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a60ec Color CSS Codes

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

#0a60ec Text Font Color

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

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


#0a60ec Background Color

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

This div background color is #0a60ec


#0a60ec Border Color

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

This div border color is #0a60ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a60ec


Comments

No comments written yet.

Please login to write comment.