Color Hex Logo

#79aacf Color Hex

#79AACF
(121,170,207)
0 Favorites   0 Comments

Color spaces of #79aacf

RGB 121170207
HSL0.570.470.64
HSV206°42°81°
CMYK 0.420.180.00   0.19
XYZ33.522437.319464.4680
Yxy37.31940.24770.2758
Hunter Lab61.0896-8.9565-19.8061
CIE-Lab67.5160-6.7163-23.9484

#79aacf color RGB value is (121,170,207).

#79aacf hex color red value is 121, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #79aacf hue: 0.57 , saturation: 0.47 and the lightness value of 79aacf is 0.64.

The process color (four color CMYK) of #79aacf color hex is 0.42, 0.18, 0.00, 0.19. Web safe color of #79aacf is #6699cc. Color #79aacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 11001111
Octal 171 252 317
Decimal 121 170 207
Hex 79 AA CF

RGB Percentages of Color #79aacf

%24.30
%34.14
%41.57

CMYK Percentages of Color #79aacf

%42
%18
%0
%19

Triadic Colors of #79aacf

#79aacf #cf79aa #aacf79

Analogous Colors of #79aacf

#79aacf #797fcf #79cfc9

Monochromatic Colors of #79aacf

#79aacf

Complementary Color

#79aacf #cf9e79

#79aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aacf Color CSS Codes

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

#79aacf Text Font Color

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

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


#79aacf Background Color

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

This div background color is #79aacf


#79aacf Border Color

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

This div border color is #79aacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aacf


Comments

No comments written yet.

Please login to write comment.