Color Hex Logo

#0796ae Color Hex

#0796AE
(7,150,174)
0 Favorites   0 Comments

Color spaces of #0796ae

RGB 7150174
HSL0.520.920.35
HSV189°96°68°
CMYK 0.960.140.00   0.32
XYZ18.633924.913943.8711
Yxy24.91390.21320.2850
Hunter Lab49.9138-20.7113-17.1725
CIE-Lab56.9914-24.1546-21.8716

#0796ae color RGB value is (7,150,174).

#0796ae hex color red value is 7, green value is 150 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0796ae hue: 0.52 , saturation: 0.92 and the lightness value of 0796ae is 0.35.

The process color (four color CMYK) of #0796ae color hex is 0.96, 0.14, 0.00, 0.32. Web safe color of #0796ae is #009999. Color #0796ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010110 10101110
Octal 7 226 256
Decimal 7 150 174
Hex 7 96 AE

RGB Percentages of Color #0796ae

%2.11
%45.32
%52.57

CMYK Percentages of Color #0796ae

%96
%14
%0
%32

Triadic Colors of #0796ae

#0796ae #ae0796 #96ae07

Analogous Colors of #0796ae

#0796ae #0742ae #07ae73

Monochromatic Colors of #0796ae

#0796ae

Complementary Color

#0796ae #ae1f07

#0796ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0796ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0796ae Color CSS Codes

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

#0796ae Text Font Color

<p style="color:#0796ae">Text here</p>

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


#0796ae Background Color

<div style="background-color:#0796ae">
Div content here</div>

This div background color is #0796ae


#0796ae Border Color

<div style="border:3px solid #0796ae">
Div here</div>

This div border color is #0796ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,150,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0796ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0796ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0796ae;
  box-shadow:         1px 1px 3px 2px #0796ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0796ae

#0796ae Color Palettes


Comments

No comments written yet.

Please login to write comment.