Color Hex Logo

#79acba Color Hex

#79ACBA
(121,172,186)
0 Favorites   0 Comments

Color spaces of #79acba

RGB 121172186
HSL0.540.320.60
HSV193°35°73°
CMYK 0.350.080.00   0.27
XYZ31.500637.115251.9581
Yxy37.11520.26130.3078
Hunter Lab60.9222-14.3183-7.9205
CIE-Lab67.3634-13.3084-12.5588

#79acba color RGB value is (121,172,186).

#79acba hex color red value is 121, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #79acba hue: 0.54 , saturation: 0.32 and the lightness value of 79acba is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101100 10111010
Octal 171 254 272
Decimal 121 172 186
Hex 79 AC BA

RGB Percentages of Color #79acba

%25.26
%35.91
%38.83

CMYK Percentages of Color #79acba

%35
%8
%0
%27

Triadic Colors of #79acba

#79acba #ba79ac #acba79

Analogous Colors of #79acba

#79acba #798cba #79baa8

Monochromatic Colors of #79acba

#79acba

Complementary Color

#79acba #ba8779

#79acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#79acba Color CSS Codes

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

#79acba Text Font Color

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

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


#79acba Background Color

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

This div background color is #79acba


#79acba Border Color

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

This div border color is #79acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79acba


Comments

No comments written yet.

Please login to write comment.