Color Hex Logo

#79afbf Color Hex

#79AFBF
(121,175,191)
0 Favorites   0 Comments

Color spaces of #79afbf

RGB 121175191
HSL0.540.350.61
HSV194°37°75°
CMYK 0.370.080.00   0.25
XYZ32.619138.486554.9996
Yxy38.48650.25870.3052
Hunter Lab62.0375-14.7109-9.1376
CIE-Lab68.3777-13.6325-13.8020

#79afbf color RGB value is (121,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101111 10111111
Octal 171 257 277
Decimal 121 175 191
Hex 79 AF BF

RGB Percentages of Color #79afbf

%24.85
%35.93
%39.22

CMYK Percentages of Color #79afbf

%37
%8
%0
%25

Triadic Colors of #79afbf

#79afbf #bf79af #afbf79

Analogous Colors of #79afbf

#79afbf #798cbf #79bfac

Monochromatic Colors of #79afbf

#79afbf

Complementary Color

#79afbf #bf8979

#79afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79afbf Color CSS Codes

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

#79afbf Text Font Color

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

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


#79afbf Background Color

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

This div background color is #79afbf


#79afbf Border Color

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

This div border color is #79afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79afbf


Comments

No comments written yet.

Please login to write comment.