Color Hex Logo

#79acbd Color Hex

#79ACBD
(121,172,189)
0 Favorites   0 Comments

Color spaces of #79acbd

RGB 121172189
HSL0.540.340.61
HSV195°36°74°
CMYK 0.360.090.00   0.26
XYZ31.823037.244153.6557
Yxy37.24410.25930.3035
Hunter Lab61.0279-13.7201-9.4081
CIE-Lab67.4598-12.5474-14.0765

#79acbd color RGB value is (121,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101100 10111101
Octal 171 254 275
Decimal 121 172 189
Hex 79 AC BD

RGB Percentages of Color #79acbd

%25.10
%35.68
%39.21

CMYK Percentages of Color #79acbd

%36
%9
%0
%26

Triadic Colors of #79acbd

#79acbd #bd79ac #acbd79

Analogous Colors of #79acbd

#79acbd #798abd #79bdac

Monochromatic Colors of #79acbd

#79acbd

Complementary Color

#79acbd #bd8a79

#79acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79acbd Color CSS Codes

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

#79acbd Text Font Color

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

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


#79acbd Background Color

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

This div background color is #79acbd


#79acbd Border Color

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

This div border color is #79acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79acbd


Comments

No comments written yet.

Please login to write comment.