Color Hex Logo

#79afea Color Hex

#79AFEA
(121,175,234)
0 Favorites   0 Comments

Color spaces of #79afea

RGB 121175234
HSL0.590.730.70
HSV211°48°92°
CMYK 0.480.250.00   0.08
XYZ38.066440.665483.6848
Yxy40.66540.23440.2504
Hunter Lab63.7694-5.0431-33.1678
CIE-Lab69.9409-1.8779-35.0261

#79afea color RGB value is (121,175,234).

#79afea hex color red value is 121, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #79afea hue: 0.59 , saturation: 0.73 and the lightness value of 79afea is 0.70.

The process color (four color CMYK) of #79afea color hex is 0.48, 0.25, 0.00, 0.08. Web safe color of #79afea is #6699ff. Color #79afea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101111 11101010
Octal 171 257 352
Decimal 121 175 234
Hex 79 AF EA

RGB Percentages of Color #79afea

%22.83
%33.02
%44.15

CMYK Percentages of Color #79afea

%48
%25
%0
%8

Triadic Colors of #79afea

#79afea #ea79af #afea79

Analogous Colors of #79afea

#79afea #7c79ea #79e8ea

Monochromatic Colors of #79afea

#79afea

Complementary Color

#79afea #eab479

#79afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#79afea Color CSS Codes

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

#79afea Text Font Color

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

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


#79afea Background Color

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

This div background color is #79afea


#79afea Border Color

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

This div border color is #79afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79afea


Comments

No comments written yet.

Please login to write comment.