Color Hex Logo

#79dbae Color Hex

#79DBAE
(121,219,174)
0 Favorites   0 Comments

Color spaces of #79dbae

RGB 121219174
HSL0.420.580.67
HSV152°45°86°
CMYK 0.450.000.21   0.14
XYZ40.856757.784049.0445
Yxy57.78400.27660.3913
Hunter Lab76.0158-37.088114.9578
CIE-Lab80.6186-39.108713.2727

#79dbae color RGB value is (121,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011011 10101110
Octal 171 333 256
Decimal 121 219 174
Hex 79 DB AE

RGB Percentages of Color #79dbae

%23.54
%42.61
%33.85

CMYK Percentages of Color #79dbae

%45
%0
%21
%14

Triadic Colors of #79dbae

#79dbae #ae79db #dbae79

Analogous Colors of #79dbae

#79dbae #79d7db #79db7d

Monochromatic Colors of #79dbae

#79dbae

Complementary Color

#79dbae #db79a6

#79dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#79dbae Color CSS Codes

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

#79dbae Text Font Color

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

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


#79dbae Background Color

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

This div background color is #79dbae


#79dbae Border Color

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

This div border color is #79dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79dbae


Comments

No comments written yet.

Please login to write comment.