Color Hex Logo

#79adae Color Hex

#79ADAE
(121,173,174)
0 Favorites   0 Comments

Color spaces of #79adae

RGB 121173174
HSL0.500.250.58
HSV181°30°68°
CMYK 0.300.010.00   0.32
XYZ30.468737.008145.5818
Yxy37.00810.26950.3273
Hunter Lab60.8343-17.0587-1.8407
CIE-Lab67.2831-16.7827-6.0230

#79adae color RGB value is (121,173,174).

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

The process color (four color CMYK) of #79adae color hex is 0.30, 0.01, 0.00, 0.32. Web safe color of #79adae is #669999. Color #79adae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101101 10101110
Octal 171 255 256
Decimal 121 173 174
Hex 79 AD AE

RGB Percentages of Color #79adae

%25.85
%36.97
%37.18

CMYK Percentages of Color #79adae

%30
%1
%0
%32

Triadic Colors of #79adae

#79adae #ae79ad #adae79

Analogous Colors of #79adae

#79adae #7993ae #79ae95

Monochromatic Colors of #79adae

#79adae

Complementary Color

#79adae #ae7a79

#79adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#79adae Color CSS Codes

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

#79adae Text Font Color

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

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


#79adae Background Color

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

This div background color is #79adae


#79adae Border Color

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

This div border color is #79adae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,173,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 #79adae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79adae


Comments

No comments written yet.

Please login to write comment.