Color Hex Logo

#7086ba Color Hex

#7086BA
(112,134,186)
0 Favorites   0 Comments

Color spaces of #7086ba

RGB 112134186
HSL0.620.350.58
HSV222°40°73°
CMYK 0.400.280.00   0.27
XYZ24.070124.040149.8259
Yxy24.04010.24580.2455
Hunter Lab49.03071.8253-25.9301
CIE-Lab56.12795.4407-29.7625

#7086ba color RGB value is (112,134,186).

#7086ba hex color red value is 112, green value is 134 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7086ba hue: 0.62 , saturation: 0.35 and the lightness value of 7086ba is 0.58.

The process color (four color CMYK) of #7086ba color hex is 0.40, 0.28, 0.00, 0.27. Web safe color of #7086ba is #6699cc. Color #7086ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 10111010
Octal 160 206 272
Decimal 112 134 186
Hex 70 86 BA

RGB Percentages of Color #7086ba

%25.93
%31.02
%43.06

CMYK Percentages of Color #7086ba

%40
%28
%0
%27

Triadic Colors of #7086ba

#7086ba #ba7086 #86ba70

Analogous Colors of #7086ba

#7086ba #7f70ba #70abba

Monochromatic Colors of #7086ba

#7086ba

Complementary Color

#7086ba #baa470

#7086ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7086ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7086ba Color CSS Codes

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

#7086ba Text Font Color

<p style="color:#7086ba">Text here</p>

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


#7086ba Background Color

<div style="background-color:#7086ba">
Div content here</div>

This div background color is #7086ba


#7086ba Border Color

<div style="border:3px solid #7086ba">
Div here</div>

This div border color is #7086ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,134,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7086ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7086ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7086ba;
  box-shadow:         1px 1px 3px 2px #7086ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,134,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 #7086ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7086ba


Comments

No comments written yet.

Please login to write comment.