Color Hex Logo

#076aba Color Hex

#076ABA
(7,106,186)
0 Favorites   0 Comments

Color spaces of #076aba

RGB 7106186
HSL0.570.930.38
HSV207°96°73°
CMYK 0.960.430.00   0.27
XYZ14.104613.898448.3936
Yxy13.89840.18460.1819
Hunter Lab37.28062.2921-50.8675
CIE-Lab44.08695.7192-49.0317

#076aba color RGB value is (7,106,186).

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

The process color (four color CMYK) of #076aba color hex is 0.96, 0.43, 0.00, 0.27. Web safe color of #076aba is #0066cc. Color #076aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101010 10111010
Octal 7 152 272
Decimal 7 106 186
Hex 7 6A BA

RGB Percentages of Color #076aba

%2.34
%35.45
%62.21

CMYK Percentages of Color #076aba

%96
%43
%0
%27

Triadic Colors of #076aba

#076aba #ba076a #6aba07

Analogous Colors of #076aba

#076aba #0710ba #07bab1

Monochromatic Colors of #076aba

#076aba

Complementary Color

#076aba #ba5707

#076aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#076aba Color CSS Codes

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

#076aba Text Font Color

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

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


#076aba Background Color

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

This div background color is #076aba


#076aba Border Color

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

This div border color is #076aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076aba


Comments

No comments written yet.

Please login to write comment.