Color Hex Logo

#79adbc Color Hex

#79ADBC
(121,173,188)
0 Favorites   0 Comments

Color spaces of #79adbc

RGB 121173188
HSL0.540.330.61
HSV193°36°74°
CMYK 0.360.080.00   0.26
XYZ31.905837.582953.1496
Yxy37.58290.26020.3065
Hunter Lab61.3049-14.3842-8.4893
CIE-Lab67.7121-13.3341-13.1432

#79adbc color RGB value is (121,173,188).

#79adbc hex color red value is 121, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #79adbc hue: 0.54 , saturation: 0.33 and the lightness value of 79adbc is 0.61.

The process color (four color CMYK) of #79adbc color hex is 0.36, 0.08, 0.00, 0.26. Web safe color of #79adbc is #6699cc. Color #79adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101101 10111100
Octal 171 255 274
Decimal 121 173 188
Hex 79 AD BC

RGB Percentages of Color #79adbc

%25.10
%35.89
%39.00

CMYK Percentages of Color #79adbc

%36
%8
%0
%26

Triadic Colors of #79adbc

#79adbc #bc79ad #adbc79

Analogous Colors of #79adbc

#79adbc #798cbc #79bcaa

Monochromatic Colors of #79adbc

#79adbc

Complementary Color

#79adbc #bc8879

#79adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79adbc Color CSS Codes

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

#79adbc Text Font Color

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

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


#79adbc Background Color

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

This div background color is #79adbc


#79adbc Border Color

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

This div border color is #79adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79adbc


Comments

No comments written yet.

Please login to write comment.