Color Hex Logo

#076abd Color Hex

#076ABD
(7,106,189)
0 Favorites   0 Comments

Color spaces of #076abd

RGB 7106189
HSL0.580.930.38
HSV207°96°74°
CMYK 0.960.440.00   0.26
XYZ14.427014.027450.0913
Yxy14.02740.18370.1786
Hunter Lab37.45323.2153-53.0795
CIE-Lab44.27226.9221-50.4765

#076abd color RGB value is (7,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101010 10111101
Octal 7 152 275
Decimal 7 106 189
Hex 7 6A BD

RGB Percentages of Color #076abd

%2.32
%35.10
%62.58

CMYK Percentages of Color #076abd

%96
%44
%0
%26

Triadic Colors of #076abd

#076abd #bd076a #6abd07

Analogous Colors of #076abd

#076abd #070fbd #07bdb5

Monochromatic Colors of #076abd

#076abd

Complementary Color

#076abd #bd5a07

#076abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#076abd Color CSS Codes

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

#076abd Text Font Color

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

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


#076abd Background Color

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

This div background color is #076abd


#076abd Border Color

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

This div border color is #076abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076abd


Comments

No comments written yet.

Please login to write comment.