Color Hex Logo

#79dbba Color Hex

#79DBBA
(121,219,186)
0 Favorites   0 Comments

Color spaces of #79dbba

RGB 121219186
HSL0.440.580.67
HSV160°45°86°
CMYK 0.450.000.15   0.14
XYZ42.079658.273255.4844
Yxy58.27320.27000.3739
Hunter Lab76.3369-35.194010.3417
CIE-Lab80.8904-36.55287.3052

#79dbba color RGB value is (121,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011011 10111010
Octal 171 333 272
Decimal 121 219 186
Hex 79 DB BA

RGB Percentages of Color #79dbba

%23.00
%41.63
%35.36

CMYK Percentages of Color #79dbba

%45
%0
%15
%14

Triadic Colors of #79dbba

#79dbba #ba79db #dbba79

Analogous Colors of #79dbba

#79dbba #79cbdb #79db89

Monochromatic Colors of #79dbba

#79dbba

Complementary Color

#79dbba #db799a

#79dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#79dbba Color CSS Codes

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

#79dbba Text Font Color

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

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


#79dbba Background Color

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

This div background color is #79dbba


#79dbba Border Color

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

This div border color is #79dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79dbba


Comments

No comments written yet.

Please login to write comment.