Color Hex Logo

#076aab Color Hex

#076AAB
(7,106,171)
0 Favorites   0 Comments

Color spaces of #076aab

RGB 7106171
HSL0.570.920.35
HSV204°96°67°
CMYK 0.960.380.00   0.33
XYZ12.592313.293540.4303
Yxy13.29350.18990.2005
Hunter Lab36.4603-2.1568-40.2237
CIE-Lab43.2022-0.2883-41.6787

#076aab color RGB value is (7,106,171).

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

The process color (four color CMYK) of #076aab color hex is 0.96, 0.38, 0.00, 0.33. Web safe color of #076aab is #006699. Color #076aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101010 10101011
Octal 7 152 253
Decimal 7 106 171
Hex 7 6A AB

RGB Percentages of Color #076aab

%2.46
%37.32
%60.21

CMYK Percentages of Color #076aab

%96
%38
%0
%33

Triadic Colors of #076aab

#076aab #ab076a #6aab07

Analogous Colors of #076aab

#076aab #0718ab #07ab9a

Monochromatic Colors of #076aab

#076aab

Complementary Color

#076aab #ab4807

#076aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#076aab Color CSS Codes

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

#076aab Text Font Color

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

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


#076aab Background Color

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

This div background color is #076aab


#076aab Border Color

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

This div border color is #076aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,106,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 #076aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076aab


Comments

No comments written yet.

Please login to write comment.