Color Hex Logo

#79adaf Color Hex

#79ADAF
(121,173,175)
0 Favorites   0 Comments

Color spaces of #79adaf

RGB 121173175
HSL0.510.250.58
HSV182°31°69°
CMYK 0.310.010.00   0.31
XYZ30.566637.047246.0972
Yxy37.04720.26880.3258
Hunter Lab60.8664-16.8750-2.2968
CIE-Lab67.3124-16.5430-6.5342

#79adaf color RGB value is (121,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101101 10101111
Octal 171 255 257
Decimal 121 173 175
Hex 79 AD AF

RGB Percentages of Color #79adaf

%25.80
%36.89
%37.31

CMYK Percentages of Color #79adaf

%31
%1
%0
%31

Triadic Colors of #79adaf

#79adaf #af79ad #adaf79

Analogous Colors of #79adaf

#79adaf #7992af #79af96

Monochromatic Colors of #79adaf

#79adaf

Complementary Color

#79adaf #af7b79

#79adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79adaf Color CSS Codes

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

#79adaf Text Font Color

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

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


#79adaf Background Color

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

This div background color is #79adaf


#79adaf Border Color

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

This div border color is #79adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79adaf


Comments

No comments written yet.

Please login to write comment.