Color Hex Logo

#7092aa Color Hex

#7092AA
(112,146,170)
0 Favorites   0 Comments

Color spaces of #7092aa

RGB 112146170
HSL0.570.250.55
HSV205°34°67°
CMYK 0.340.140.00   0.33
XYZ24.216726.904841.9470
Yxy26.90480.26020.2891
Hunter Lab51.8698-7.4351-11.6388
CIE-Lab58.8861-5.8071-16.4130

#7092aa color RGB value is (112,146,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010010 10101010
Octal 160 222 252
Decimal 112 146 170
Hex 70 92 AA

RGB Percentages of Color #7092aa

%26.17
%34.11
%39.72

CMYK Percentages of Color #7092aa

%34
%14
%0
%33

Triadic Colors of #7092aa

#7092aa #aa7092 #92aa70

Analogous Colors of #7092aa

#7092aa #7075aa #70aaa5

Monochromatic Colors of #7092aa

#7092aa

Complementary Color

#7092aa #aa8870

#7092aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7092aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7092aa Color CSS Codes

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

#7092aa Text Font Color

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

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


#7092aa Background Color

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

This div background color is #7092aa


#7092aa Border Color

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

This div border color is #7092aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7092aa


Comments

No comments written yet.

Please login to write comment.