Color Hex Logo

#0a4eec Color Hex

#0A4EEC
(10,78,236)
0 Favorites   0 Comments

Color spaces of #0a4eec

RGB 1078236
HSL0.620.920.48
HSV222°96°93°
CMYK 0.960.670.00   0.07
XYZ17.989911.569480.6418
Yxy11.56940.16320.1050
Hunter Lab34.013834.8844-116.7583
CIE-Lab40.523443.4428-83.4979

#0a4eec color RGB value is (10,78,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01001110 11101100
Octal 12 116 354
Decimal 10 78 236
Hex A 4E EC

RGB Percentages of Color #0a4eec

%3.09
%24.07
%72.84

CMYK Percentages of Color #0a4eec

%96
%67
%0
%7

Triadic Colors of #0a4eec

#0a4eec #ec0a4e #4eec0a

Analogous Colors of #0a4eec

#0a4eec #370aec #0abfec

Monochromatic Colors of #0a4eec

#0a4eec

Complementary Color

#0a4eec #eca80a

#0a4eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a4eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a4eec Color CSS Codes

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

#0a4eec Text Font Color

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

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


#0a4eec Background Color

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

This div background color is #0a4eec


#0a4eec Border Color

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

This div border color is #0a4eec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,78,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 #0a4eec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a4eec


Comments

No comments written yet.

Please login to write comment.