Color Hex Logo

#79abbf Color Hex

#79ABBF
(121,171,191)
0 Favorites   0 Comments

Color spaces of #79abbf

RGB 121171191
HSL0.550.350.61
HSV197°37°75°
CMYK 0.370.100.00   0.25
XYZ31.852036.952454.7440
Yxy36.95240.25780.2991
Hunter Lab60.7885-12.8493-10.8426
CIE-Lab67.2413-11.5003-15.5141

#79abbf color RGB value is (121,171,191).

#79abbf hex color red value is 121, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #79abbf hue: 0.55 , saturation: 0.35 and the lightness value of 79abbf is 0.61.

The process color (four color CMYK) of #79abbf color hex is 0.37, 0.10, 0.00, 0.25. Web safe color of #79abbf is #6699cc. Color #79abbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101011 10111111
Octal 171 253 277
Decimal 121 171 191
Hex 79 AB BF

RGB Percentages of Color #79abbf

%25.05
%35.40
%39.54

CMYK Percentages of Color #79abbf

%37
%10
%0
%25

Triadic Colors of #79abbf

#79abbf #bf79ab #abbf79

Analogous Colors of #79abbf

#79abbf #7988bf #79bfb0

Monochromatic Colors of #79abbf

#79abbf

Complementary Color

#79abbf #bf8d79

#79abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79abbf Color CSS Codes

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

#79abbf Text Font Color

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

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


#79abbf Background Color

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

This div background color is #79abbf


#79abbf Border Color

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

This div border color is #79abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79abbf

#79abbf Color Palettes


Comments

No comments written yet.

Please login to write comment.