Color Hex Logo

#0792ac Color Hex

#0792AC
(7,146,172)
0 Favorites   0 Comments

Color spaces of #0792ac

RGB 7146172
HSL0.530.920.35
HSV189°96°67°
CMYK 0.960.150.00   0.33
XYZ17.812923.581542.6426
Yxy23.58150.21200.2806
Hunter Lab48.5608-19.5046-18.0717
CIE-Lab55.6663-22.7730-22.7644

#0792ac color RGB value is (7,146,172).

#0792ac hex color red value is 7, green value is 146 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0792ac hue: 0.53 , saturation: 0.92 and the lightness value of 0792ac is 0.35.

The process color (four color CMYK) of #0792ac color hex is 0.96, 0.15, 0.00, 0.33. Web safe color of #0792ac is #009999. Color #0792ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010010 10101100
Octal 7 222 254
Decimal 7 146 172
Hex 7 92 AC

RGB Percentages of Color #0792ac

%2.15
%44.92
%52.92

CMYK Percentages of Color #0792ac

%96
%15
%0
%33

Triadic Colors of #0792ac

#0792ac #ac0792 #92ac07

Analogous Colors of #0792ac

#0792ac #0740ac #07ac74

Monochromatic Colors of #0792ac

#0792ac

Complementary Color

#0792ac #ac2107

#0792ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0792ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0792ac Color CSS Codes

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

#0792ac Text Font Color

<p style="color:#0792ac">Text here</p>

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


#0792ac Background Color

<div style="background-color:#0792ac">
Div content here</div>

This div background color is #0792ac


#0792ac Border Color

<div style="border:3px solid #0792ac">
Div here</div>

This div border color is #0792ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,146,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0792ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0792ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0792ac;
  box-shadow:         1px 1px 3px 2px #0792ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0792ac


Comments

No comments written yet.

Please login to write comment.