Color Hex Logo

#079abd Color Hex

#079ABD
(7,154,189)
0 Favorites   0 Comments

Color spaces of #079abd

RGB 7154189
HSL0.530.930.38
HSV192°96°74°
CMYK 0.960.190.00   0.26
XYZ20.828526.830552.2251
Yxy26.83050.20850.2686
Hunter Lab51.7982-18.8704-23.5200
CIE-Lab58.8171-21.0413-27.5610

#079abd color RGB value is (7,154,189).

#079abd hex color red value is 7, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #079abd hue: 0.53 , saturation: 0.93 and the lightness value of 079abd is 0.38.

The process color (four color CMYK) of #079abd color hex is 0.96, 0.19, 0.00, 0.26. Web safe color of #079abd is #0099cc. Color #079abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011010 10111101
Octal 7 232 275
Decimal 7 154 189
Hex 7 9A BD

RGB Percentages of Color #079abd

%2.00
%44.00
%54.00

CMYK Percentages of Color #079abd

%96
%19
%0
%26

Triadic Colors of #079abd

#079abd #bd079a #9abd07

Analogous Colors of #079abd

#079abd #073fbd #07bd85

Monochromatic Colors of #079abd

#079abd

Complementary Color

#079abd #bd2a07

#079abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#079abd Color CSS Codes

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

#079abd Text Font Color

<p style="color:#079abd">Text here</p>

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


#079abd Background Color

<div style="background-color:#079abd">
Div content here</div>

This div background color is #079abd


#079abd Border Color

<div style="border:3px solid #079abd">
Div here</div>

This div border color is #079abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,154,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #079abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #079abd;
  -webkit-box-shadow: 1px 1px 3px 2px #079abd;
  box-shadow:         1px 1px 3px 2px #079abd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079abd


Comments

No comments written yet.

Please login to write comment.