Color Hex Logo

#7086ab Color Hex

#7086AB
(112,134,171)
0 Favorites   0 Comments

Color spaces of #7086ab

RGB 112134171
HSL0.600.260.55
HSV218°35°67°
CMYK 0.350.220.00   0.33
XYZ22.557923.435241.8626
Yxy23.43520.25680.2667
Hunter Lab48.4099-1.5405-17.3842
CIE-Lab55.51781.3021-22.1228

#7086ab color RGB value is (112,134,171).

#7086ab hex color red value is 112, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7086ab hue: 0.60 , saturation: 0.26 and the lightness value of 7086ab is 0.55.

The process color (four color CMYK) of #7086ab color hex is 0.35, 0.22, 0.00, 0.33. Web safe color of #7086ab is #669999. Color #7086ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 10101011
Octal 160 206 253
Decimal 112 134 171
Hex 70 86 AB

RGB Percentages of Color #7086ab

%26.86
%32.13
%41.01

CMYK Percentages of Color #7086ab

%35
%22
%0
%33

Triadic Colors of #7086ab

#7086ab #ab7086 #86ab70

Analogous Colors of #7086ab

#7086ab #7870ab #70a4ab

Monochromatic Colors of #7086ab

#7086ab

Complementary Color

#7086ab #ab9570

#7086ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7086ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7086ab Color CSS Codes

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

#7086ab Text Font Color

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

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


#7086ab Background Color

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

This div background color is #7086ab


#7086ab Border Color

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

This div border color is #7086ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7086ab


Comments

No comments written yet.

Please login to write comment.