Color Hex Logo

#79dbaf Color Hex

#79DBAF
(121,219,175)
0 Favorites   0 Comments

Color spaces of #79dbaf

RGB 121219175
HSL0.430.580.67
HSV153°45°86°
CMYK 0.450.000.20   0.14
XYZ40.954557.823149.5599
Yxy57.82310.27610.3898
Hunter Lab76.0415-36.935914.5869
CIE-Lab80.6403-38.901812.7751

#79dbaf color RGB value is (121,219,175).

#79dbaf hex color red value is 121, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #79dbaf hue: 0.43 , saturation: 0.58 and the lightness value of 79dbaf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011011 10101111
Octal 171 333 257
Decimal 121 219 175
Hex 79 DB AF

RGB Percentages of Color #79dbaf

%23.50
%42.52
%33.98

CMYK Percentages of Color #79dbaf

%45
%0
%20
%14

Triadic Colors of #79dbaf

#79dbaf #af79db #dbaf79

Analogous Colors of #79dbaf

#79dbaf #79d6db #79db7e

Monochromatic Colors of #79dbaf

#79dbaf

Complementary Color

#79dbaf #db79a5

#79dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79dbaf Color CSS Codes

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

#79dbaf Text Font Color

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

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


#79dbaf Background Color

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

This div background color is #79dbaf


#79dbaf Border Color

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

This div border color is #79dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79dbaf


Comments

No comments written yet.

Please login to write comment.