Color Hex Logo

#079add Color Hex

#079ADD
(7,154,221)
0 Favorites   0 Comments

Color spaces of #079add

RGB 7154221
HSL0.550.940.45
HSV199°97°87°
CMYK 0.970.300.00   0.13
XYZ24.694428.376872.5824
Yxy28.37680.19650.2258
Hunter Lab53.2699-10.4748-43.4961
CIE-Lab60.2276-9.5189-43.2841

#079add color RGB value is (7,154,221).

#079add hex color red value is 7, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #079add hue: 0.55 , saturation: 0.94 and the lightness value of 079add is 0.45.

The process color (four color CMYK) of #079add color hex is 0.97, 0.30, 0.00, 0.13. Web safe color of #079add is #0099cc. Color #079add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011010 11011101
Octal 7 232 335
Decimal 7 154 221
Hex 7 9A DD

RGB Percentages of Color #079add

%1.83
%40.31
%57.85

CMYK Percentages of Color #079add

%97
%30
%0
%13

Triadic Colors of #079add

#079add #dd079a #9add07

Analogous Colors of #079add

#079add #072fdd #07ddb5

Monochromatic Colors of #079add

#079add

Complementary Color

#079add #dd4a07

#079add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079add Color Preview on White Background

Lorem ipsum dolor sit amet.

#079add Color CSS Codes

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

#079add Text Font Color

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

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


#079add Background Color

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

This div background color is #079add


#079add Border Color

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

This div border color is #079add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079add


Comments

No comments written yet.

Please login to write comment.