Color Hex Logo

#79afce Color Hex

#79AFCE
(121,175,206)
0 Favorites   0 Comments

Color spaces of #79afce

RGB 121175206
HSL0.560.460.64
HSV202°41°81°
CMYK 0.410.150.00   0.19
XYZ34.355739.181164.1445
Yxy39.18110.24950.2846
Hunter Lab62.5948-11.5697-16.9415
CIE-Lab68.8822-9.7022-21.3114

#79afce color RGB value is (121,175,206).

#79afce hex color red value is 121, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #79afce hue: 0.56 , saturation: 0.46 and the lightness value of 79afce is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101111 11001110
Octal 171 257 316
Decimal 121 175 206
Hex 79 AF CE

RGB Percentages of Color #79afce

%24.10
%34.86
%41.04

CMYK Percentages of Color #79afce

%41
%15
%0
%19

Triadic Colors of #79afce

#79afce #ce79af #afce79

Analogous Colors of #79afce

#79afce #7985ce #79cec3

Monochromatic Colors of #79afce

#79afce

Complementary Color

#79afce #ce9879

#79afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#79afce Color CSS Codes

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

#79afce Text Font Color

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

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


#79afce Background Color

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

This div background color is #79afce


#79afce Border Color

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

This div border color is #79afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79afce


Comments

No comments written yet.

Please login to write comment.