Color Hex Logo

#0a7aec Color Hex

#0A7AEC
(10,122,236)
0 Favorites   0 Comments

Color spaces of #0a7aec

RGB 10122236
HSL0.580.920.48
HSV210°96°93°
CMYK 0.960.480.00   0.07
XYZ22.225020.039782.0535
Yxy20.03970.17880.1612
Hunter Lab44.765710.2805-77.3398
CIE-Lab51.882115.4430-64.9637

#0a7aec color RGB value is (10,122,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01111010 11101100
Octal 12 172 354
Decimal 10 122 236
Hex A 7A EC

RGB Percentages of Color #0a7aec

%2.72
%33.15
%64.13

CMYK Percentages of Color #0a7aec

%96
%48
%0
%7

Triadic Colors of #0a7aec

#0a7aec #ec0a7a #7aec0a

Analogous Colors of #0a7aec

#0a7aec #0b0aec #0aebec

Monochromatic Colors of #0a7aec

#0a7aec

Complementary Color

#0a7aec #ec7c0a

#0a7aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a7aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a7aec Color CSS Codes

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

#0a7aec Text Font Color

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

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


#0a7aec Background Color

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

This div background color is #0a7aec


#0a7aec Border Color

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

This div border color is #0a7aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a7aec


Comments

No comments written yet.

Please login to write comment.