Color Hex Logo

#79c6dc Color Hex

#79C6DC
(121,198,220)
0 Favorites   0 Comments

Color spaces of #79c6dc

RGB 121198220
HSL0.540.590.67
HSV193°45°86°
CMYK 0.450.100.00   0.14
XYZ40.997549.620475.1270
Yxy49.62040.24740.2994
Hunter Lab70.4417-19.3850-13.9243
CIE-Lab75.8357-18.0599-18.3920

#79c6dc color RGB value is (121,198,220).

#79c6dc hex color red value is 121, green value is 198 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #79c6dc hue: 0.54 , saturation: 0.59 and the lightness value of 79c6dc is 0.67.

The process color (four color CMYK) of #79c6dc color hex is 0.45, 0.10, 0.00, 0.14. Web safe color of #79c6dc is #66cccc. Color #79c6dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11000110 11011100
Octal 171 306 334
Decimal 121 198 220
Hex 79 C6 DC

RGB Percentages of Color #79c6dc

%22.45
%36.73
%40.82

CMYK Percentages of Color #79c6dc

%45
%10
%0
%14

Triadic Colors of #79c6dc

#79c6dc #dc79c6 #c6dc79

Analogous Colors of #79c6dc

#79c6dc #7995dc #79dcc1

Monochromatic Colors of #79c6dc

#79c6dc

Complementary Color

#79c6dc #dc8f79

#79c6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79c6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79c6dc Color CSS Codes

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

#79c6dc Text Font Color

<p style="color:#79c6dc">Text here</p>

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


#79c6dc Background Color

<div style="background-color:#79c6dc">
Div content here</div>

This div background color is #79c6dc


#79c6dc Border Color

<div style="border:3px solid #79c6dc">
Div here</div>

This div border color is #79c6dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,198,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79c6dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79c6dc;
  -webkit-box-shadow: 1px 1px 3px 2px #79c6dc;
  box-shadow:         1px 1px 3px 2px #79c6dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,198,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79c6dc


Comments

No comments written yet.

Please login to write comment.