color codes Logo

#079dbc color codes

#079DBC
(7,157,188)
0 Favorites   0 Comments

Color spaces of #079dbc

RGB 7157188
HSL0.530.930.38
HSV190°96°74°
CMYK 0.960.160.00   0.26
XYZ21.221727.790051.8224
Yxy27.79000.21050.2756
Hunter Lab52.7162-20.3956-21.3834
CIE-Lab59.6985-22.9555-25.6378

#079dbc color RGB value is (7,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011101 10111100
Octal 7 235 274
Decimal 7 157 188
Hex 7 9D BC

RGB Percentages of Color #079dbc

%1.99
%44.60
%53.41

CMYK Percentages of Color #079dbc

%96
%16
%0
%26

Triadic Colors of #079dbc

#079dbc #bc079d #9dbc07

Analogous Colors of #079dbc

#079dbc #0743bc #07bc81

Monochromatic Colors of #079dbc

#079dbc

Complementary Color

#079dbc #bc2607

#079dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#079dbc Color CSS Codes

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

#079dbc Text Font Color

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

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


#079dbc Background Color

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

This div background color is #079dbc


#079dbc Border Color

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

This div border color is #079dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079dbc


Comments

No comments written yet.

Please login to write comment.