Color Hex Logo

#0797af Color Hex

#0797AF
(7,151,175)
0 Favorites   0 Comments

Color spaces of #0797af

RGB 7151175
HSL0.520.920.36
HSV189°96°69°
CMYK 0.960.140.00   0.31
XYZ18.892125.273544.4400
Yxy25.27350.21320.2852
Hunter Lab50.2728-20.8984-17.2201
CIE-Lab57.3409-24.3256-21.9048

#0797af color RGB value is (7,151,175).

#0797af hex color red value is 7, green value is 151 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0797af hue: 0.52 , saturation: 0.92 and the lightness value of 0797af is 0.36.

The process color (four color CMYK) of #0797af color hex is 0.96, 0.14, 0.00, 0.31. Web safe color of #0797af is #009999. Color #0797af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010111 10101111
Octal 7 227 257
Decimal 7 151 175
Hex 7 97 AF

RGB Percentages of Color #0797af

%2.10
%45.35
%52.55

CMYK Percentages of Color #0797af

%96
%14
%0
%31

Triadic Colors of #0797af

#0797af #af0797 #97af07

Analogous Colors of #0797af

#0797af #0743af #07af73

Monochromatic Colors of #0797af

#0797af

Complementary Color

#0797af #af1f07

#0797af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0797af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0797af Color CSS Codes

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

#0797af Text Font Color

<p style="color:#0797af">Text here</p>

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


#0797af Background Color

<div style="background-color:#0797af">
Div content here</div>

This div background color is #0797af


#0797af Border Color

<div style="border:3px solid #0797af">
Div here</div>

This div border color is #0797af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,151,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0797af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0797af;
  -webkit-box-shadow: 1px 1px 3px 2px #0797af;
  box-shadow:         1px 1px 3px 2px #0797af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0797af


Comments

No comments written yet.

Please login to write comment.