Color Hex Logo

#79afde Color Hex

#79AFDE
(121,175,222)
0 Favorites   0 Comments

Color spaces of #79afde

RGB 121175222
HSL0.580.600.67
HSV208°45°87°
CMYK 0.450.210.00   0.13
XYZ36.399939.998874.9093
Yxy39.99880.24060.2644
Hunter Lab63.2446-7.9439-25.9541
CIE-Lab69.4687-5.3014-29.1987

#79afde color RGB value is (121,175,222).

#79afde hex color red value is 121, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #79afde hue: 0.58 , saturation: 0.60 and the lightness value of 79afde is 0.67.

The process color (four color CMYK) of #79afde color hex is 0.45, 0.21, 0.00, 0.13. Web safe color of #79afde is #6699cc. Color #79afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101111 11011110
Octal 171 257 336
Decimal 121 175 222
Hex 79 AF DE

RGB Percentages of Color #79afde

%23.36
%33.78
%42.86

CMYK Percentages of Color #79afde

%45
%21
%0
%13

Triadic Colors of #79afde

#79afde #de79af #afde79

Analogous Colors of #79afde

#79afde #797dde #79dedb

Monochromatic Colors of #79afde

#79afde

Complementary Color

#79afde #dea879

#79afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#79afde Color CSS Codes

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

#79afde Text Font Color

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

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


#79afde Background Color

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

This div background color is #79afde


#79afde Border Color

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

This div border color is #79afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79afde


Comments

No comments written yet.

Please login to write comment.