Color Hex Logo

#79accf Color Hex

#79ACCF
(121,172,207)
0 Favorites   0 Comments

Color spaces of #79accf

RGB 121172207
HSL0.570.470.64
HSV204°42°81°
CMYK 0.420.170.00   0.19
XYZ33.900238.075064.5940
Yxy38.07500.24820.2788
Hunter Lab61.7049-9.9172-18.8725
CIE-Lab68.0759-7.8074-23.0925

#79accf color RGB value is (121,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101100 11001111
Octal 171 254 317
Decimal 121 172 207
Hex 79 AC CF

RGB Percentages of Color #79accf

%24.20
%34.40
%41.40

CMYK Percentages of Color #79accf

%42
%17
%0
%19

Triadic Colors of #79accf

#79accf #cf79ac #accf79

Analogous Colors of #79accf

#79accf #7981cf #79cfc7

Monochromatic Colors of #79accf

#79accf

Complementary Color

#79accf #cf9c79

#79accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79accf Color CSS Codes

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

#79accf Text Font Color

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

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


#79accf Background Color

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

This div background color is #79accf


#79accf Border Color

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

This div border color is #79accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79accf


Comments

No comments written yet.

Please login to write comment.