Color Hex Logo

#79c4dc Color Hex

#79C4DC
(121,196,220)
0 Favorites   0 Comments

Color spaces of #79c4dc

RGB 121196220
HSL0.540.590.67
HSV195°45°86°
CMYK 0.450.110.00   0.14
XYZ40.543448.712174.9757
Yxy48.71210.24690.2966
Hunter Lab69.7941-18.4489-14.8360
CIE-Lab75.2719-17.0297-19.2453

#79c4dc color RGB value is (121,196,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11000100 11011100
Octal 171 304 334
Decimal 121 196 220
Hex 79 C4 DC

RGB Percentages of Color #79c4dc

%22.53
%36.50
%40.97

CMYK Percentages of Color #79c4dc

%45
%11
%0
%14

Triadic Colors of #79c4dc

#79c4dc #dc79c4 #c4dc79

Analogous Colors of #79c4dc

#79c4dc #7993dc #79dcc3

Monochromatic Colors of #79c4dc

#79c4dc

Complementary Color

#79c4dc #dc9179

#79c4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79c4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79c4dc Color CSS Codes

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

#79c4dc Text Font Color

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

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


#79c4dc Background Color

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

This div background color is #79c4dc


#79c4dc Border Color

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

This div border color is #79c4dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,196,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 #79c4dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79c4dc


Comments

No comments written yet.

Please login to write comment.