Color Hex Logo

#79aaee Color Hex

#79AAEE
(121,170,238)
0 Favorites   0 Comments

Color spaces of #79aaee

RGB 121170238
HSL0.600.770.70
HSV215°49°93°
CMYK 0.490.290.00   0.07
XYZ37.692538.987486.4276
Yxy38.98740.23110.2390
Hunter Lab62.4399-1.5164-38.3597
CIE-Lab68.74212.0783-39.0729

#79aaee color RGB value is (121,170,238).

#79aaee hex color red value is 121, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #79aaee hue: 0.60 , saturation: 0.77 and the lightness value of 79aaee is 0.70.

The process color (four color CMYK) of #79aaee color hex is 0.49, 0.29, 0.00, 0.07. Web safe color of #79aaee is #6699ff. Color #79aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 11101110
Octal 171 252 356
Decimal 121 170 238
Hex 79 AA EE

RGB Percentages of Color #79aaee

%22.87
%32.14
%44.99

CMYK Percentages of Color #79aaee

%49
%29
%0
%7

Triadic Colors of #79aaee

#79aaee #ee79aa #aaee79

Analogous Colors of #79aaee

#79aaee #8379ee #79e5ee

Monochromatic Colors of #79aaee

#79aaee

Complementary Color

#79aaee #eebd79

#79aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aaee Color CSS Codes

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

#79aaee Text Font Color

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

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


#79aaee Background Color

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

This div background color is #79aaee


#79aaee Border Color

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

This div border color is #79aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aaee


Comments

No comments written yet.

Please login to write comment.