Color Hex Logo

#7096aa Color Hex

#7096AA
(112,150,170)
0 Favorites   0 Comments

Color spaces of #7096aa

RGB 112150170
HSL0.560.250.55
HSV201°34°67°
CMYK 0.340.120.00   0.33
XYZ24.844128.159742.1562
Yxy28.15970.26110.2959
Hunter Lab53.0657-9.2956-9.9549
CIE-Lab60.0327-8.0355-14.6776

#7096aa color RGB value is (112,150,170).

#7096aa hex color red value is 112, green value is 150 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7096aa hue: 0.56 , saturation: 0.25 and the lightness value of 7096aa is 0.55.

The process color (four color CMYK) of #7096aa color hex is 0.34, 0.12, 0.00, 0.33. Web safe color of #7096aa is #669999. Color #7096aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010110 10101010
Octal 160 226 252
Decimal 112 150 170
Hex 70 96 AA

RGB Percentages of Color #7096aa

%25.93
%34.72
%39.35

CMYK Percentages of Color #7096aa

%34
%12
%0
%33

Triadic Colors of #7096aa

#7096aa #aa7096 #96aa70

Analogous Colors of #7096aa

#7096aa #7079aa #70aaa1

Monochromatic Colors of #7096aa

#7096aa

Complementary Color

#7096aa #aa8470

#7096aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7096aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7096aa Color CSS Codes

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

#7096aa Text Font Color

<p style="color:#7096aa">Text here</p>

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


#7096aa Background Color

<div style="background-color:#7096aa">
Div content here</div>

This div background color is #7096aa


#7096aa Border Color

<div style="border:3px solid #7096aa">
Div here</div>

This div border color is #7096aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,150,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7096aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7096aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7096aa;
  box-shadow:         1px 1px 3px 2px #7096aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,150,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7096aa


Comments

No comments written yet.

Please login to write comment.