Color Hex Logo

#79dcbe Color Hex

#79DCBE
(121,220,190)
0 Favorites   0 Comments

Color spaces of #79dcbe

RGB 121220190
HSL0.450.590.67
HSV162°45°86°
CMYK 0.450.000.14   0.14
XYZ42.772658.969157.8430
Yxy58.96910.26800.3695
Hunter Lab76.7913-34.96089.0938
CIE-Lab81.2746-36.12815.7353

#79dcbe color RGB value is (121,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011100 10111110
Octal 171 334 276
Decimal 121 220 190
Hex 79 DC BE

RGB Percentages of Color #79dcbe

%22.79
%41.43
%35.78

CMYK Percentages of Color #79dcbe

%45
%0
%14
%14

Triadic Colors of #79dcbe

#79dcbe #be79dc #dcbe79

Analogous Colors of #79dcbe

#79dcbe #79c9dc #79dc8d

Monochromatic Colors of #79dcbe

#79dcbe

Complementary Color

#79dcbe #dc7997

#79dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79dcbe Color CSS Codes

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

#79dcbe Text Font Color

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

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


#79dcbe Background Color

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

This div background color is #79dcbe


#79dcbe Border Color

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

This div border color is #79dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79dcbe


Comments

No comments written yet.

Please login to write comment.