Color Hex Logo

#79dfbf Color Hex

#79DFBF
(121,223,191)
0 Favorites   0 Comments

Color spaces of #79dfbf

RGB 121223191
HSL0.450.610.67
HSV161°46°87°
CMYK 0.460.000.14   0.13
XYZ43.676860.601958.6855
Yxy60.60190.26800.3719
Hunter Lab77.8472-36.08389.7970
CIE-Lab82.1643-37.28166.4865

#79dfbf color RGB value is (121,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011111 10111111
Octal 171 337 277
Decimal 121 223 191
Hex 79 DF BF

RGB Percentages of Color #79dfbf

%22.62
%41.68
%35.70

CMYK Percentages of Color #79dfbf

%46
%0
%14
%13

Triadic Colors of #79dfbf

#79dfbf #bf79df #dfbf79

Analogous Colors of #79dfbf

#79dfbf #79ccdf #79df8c

Monochromatic Colors of #79dfbf

#79dfbf

Complementary Color

#79dfbf #df7999

#79dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79dfbf Color CSS Codes

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

#79dfbf Text Font Color

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

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


#79dfbf Background Color

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

This div background color is #79dfbf


#79dfbf Border Color

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

This div border color is #79dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79dfbf


Comments

No comments written yet.

Please login to write comment.