Color Hex Logo

#79afbb Color Hex

#79AFBB
(121,175,187)
0 Favorites   0 Comments

Color spaces of #79afbb

RGB 121175187
HSL0.530.330.60
HSV191°35°73°
CMYK 0.350.060.00   0.27
XYZ32.184838.312752.7125
Yxy38.31270.26120.3110
Hunter Lab61.8973-15.5053-7.1641
CIE-Lab68.2505-14.6447-11.7821

#79afbb color RGB value is (121,175,187).

#79afbb hex color red value is 121, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #79afbb hue: 0.53 , saturation: 0.33 and the lightness value of 79afbb is 0.60.

The process color (four color CMYK) of #79afbb color hex is 0.35, 0.06, 0.00, 0.27. Web safe color of #79afbb is #6699cc. Color #79afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101111 10111011
Octal 171 257 273
Decimal 121 175 187
Hex 79 AF BB

RGB Percentages of Color #79afbb

%25.05
%36.23
%38.72

CMYK Percentages of Color #79afbb

%35
%6
%0
%27

Triadic Colors of #79afbb

#79afbb #bb79af #afbb79

Analogous Colors of #79afbb

#79afbb #798ebb #79bba6

Monochromatic Colors of #79afbb

#79afbb

Complementary Color

#79afbb #bb8579

#79afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79afbb Color CSS Codes

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

#79afbb Text Font Color

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

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


#79afbb Background Color

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

This div background color is #79afbb


#79afbb Border Color

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

This div border color is #79afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79afbb


Comments

No comments written yet.

Please login to write comment.