Color Hex Logo

#0796cb Color Hex

#0796CB
(7,150,203)
0 Favorites   0 Comments

Color spaces of #0796cb

RGB 7150203
HSL0.550.930.41
HSV196°97°80°
CMYK 0.970.260.00   0.20
XYZ21.773526.169760.4036
Yxy26.16970.20100.2415
Hunter Lab51.1563-13.5492-34.1981
CIE-Lab58.1978-13.8801-36.4081

#0796cb color RGB value is (7,150,203).

#0796cb hex color red value is 7, green value is 150 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0796cb hue: 0.55 , saturation: 0.93 and the lightness value of 0796cb is 0.41.

The process color (four color CMYK) of #0796cb color hex is 0.97, 0.26, 0.00, 0.20. Web safe color of #0796cb is #0099cc. Color #0796cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010110 11001011
Octal 7 226 313
Decimal 7 150 203
Hex 7 96 CB

RGB Percentages of Color #0796cb

%1.94
%41.67
%56.39

CMYK Percentages of Color #0796cb

%97
%26
%0
%20

Triadic Colors of #0796cb

#0796cb #cb0796 #96cb07

Analogous Colors of #0796cb

#0796cb #0734cb #07cb9e

Monochromatic Colors of #0796cb

#0796cb

Complementary Color

#0796cb #cb3c07

#0796cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0796cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0796cb Color CSS Codes

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

#0796cb Text Font Color

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

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


#0796cb Background Color

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

This div background color is #0796cb


#0796cb Border Color

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

This div border color is #0796cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0796cb


Comments

No comments written yet.

Please login to write comment.