Color Hex Logo

#79aafe Color Hex

#79AAFE
(121,170,254)
0 Favorites   0 Comments

Color spaces of #79aafe

RGB 121170254
HSL0.610.990.74
HSV218°52°100°
CMYK 0.520.330.00   0.00
XYZ40.149339.970299.3648
Yxy39.97020.22370.2227
Hunter Lab63.22202.7184-48.9296
CIE-Lab69.44836.8484-46.6690

#79aafe color RGB value is (121,170,254).

#79aafe hex color red value is 121, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #79aafe hue: 0.61 , saturation: 0.99 and the lightness value of 79aafe is 0.74.

The process color (four color CMYK) of #79aafe color hex is 0.52, 0.33, 0.00, 0.00. Web safe color of #79aafe is #6699ff. Color #79aafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 11111110
Octal 171 252 376
Decimal 121 170 254
Hex 79 AA FE

RGB Percentages of Color #79aafe

%22.20
%31.19
%46.61

CMYK Percentages of Color #79aafe

%52
%33
%0
%0

Triadic Colors of #79aafe

#79aafe #fe79aa #aafe79

Analogous Colors of #79aafe

#79aafe #8b79fe #79edfe

Monochromatic Colors of #79aafe

#79aafe

Complementary Color

#79aafe #fecd79

#79aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aafe Color CSS Codes

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

#79aafe Text Font Color

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

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


#79aafe Background Color

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

This div background color is #79aafe


#79aafe Border Color

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

This div border color is #79aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aafe

Related Colors


Comments

No comments written yet.

Please login to write comment.