Color Hex Logo

#070aab Color Hex

#070AAB
(7,10,171)
0 Favorites   0 Comments

Color spaces of #070aab

RGB 710171
HSL0.660.920.35
HSV239°96°67°
CMYK 0.960.940.00   0.33
XYZ7.54683.202538.7485
Yxy3.20250.15250.0647
Hunter Lab17.895543.9588-115.8515
CIE-Lab20.837356.1227-78.2174

#070aab color RGB value is (7,10,171).

#070aab hex color red value is 7, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #070aab hue: 0.66 , saturation: 0.92 and the lightness value of 070aab is 0.35.

The process color (four color CMYK) of #070aab color hex is 0.96, 0.94, 0.00, 0.33. Web safe color of #070aab is #000099. Color #070aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001010 10101011
Octal 7 12 253
Decimal 7 10 171
Hex 7 A AB

RGB Percentages of Color #070aab

%3.72
%5.32
%90.96

CMYK Percentages of Color #070aab

%96
%94
%0
%33

Triadic Colors of #070aab

#070aab #ab070a #0aab07

Analogous Colors of #070aab

#070aab #5607ab #075cab

Monochromatic Colors of #070aab

#070aab

Complementary Color

#070aab #aba807

#070aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#070aab Color CSS Codes

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

#070aab Text Font Color

<p style="color:#070aab">Text here</p>

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


#070aab Background Color

<div style="background-color:#070aab">
Div content here</div>

This div background color is #070aab


#070aab Border Color

<div style="border:3px solid #070aab">
Div here</div>

This div border color is #070aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,10,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070aab;
  -webkit-box-shadow: 1px 1px 3px 2px #070aab;
  box-shadow:         1px 1px 3px 2px #070aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070aab


Comments

No comments written yet.

Please login to write comment.