Color Hex Logo

#0793aa Color Hex

#0793AA
(7,147,170)
0 Favorites   0 Comments

Color spaces of #0793aa

RGB 7147170
HSL0.520.920.35
HSV188°96°67°
CMYK 0.960.140.00   0.33
XYZ17.777023.814941.6900
Yxy23.81490.21350.2860
Hunter Lab48.8005-20.3771-16.4908
CIE-Lab55.9020-23.9812-21.2602

#0793aa color RGB value is (7,147,170).

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

The process color (four color CMYK) of #0793aa color hex is 0.96, 0.14, 0.00, 0.33. Web safe color of #0793aa is #009999. Color #0793aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010011 10101010
Octal 7 223 252
Decimal 7 147 170
Hex 7 93 AA

RGB Percentages of Color #0793aa

%2.16
%45.37
%52.47

CMYK Percentages of Color #0793aa

%96
%14
%0
%33

Triadic Colors of #0793aa

#0793aa #aa0793 #93aa07

Analogous Colors of #0793aa

#0793aa #0742aa #07aa70

Monochromatic Colors of #0793aa

#0793aa

Complementary Color

#0793aa #aa1e07

#0793aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0793aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0793aa Color CSS Codes

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

#0793aa Text Font Color

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

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


#0793aa Background Color

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

This div background color is #0793aa


#0793aa Border Color

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

This div border color is #0793aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0793aa


Comments

No comments written yet.

Please login to write comment.