Color Hex Logo

#79aaeb Color Hex

#79AAEB
(121,170,235)
0 Favorites   0 Comments

Color spaces of #79aaeb

RGB 121170235
HSL0.600.740.70
HSV214°49°92°
CMYK 0.490.280.00   0.08
XYZ37.255338.812684.1253
Yxy38.81260.23260.2423
Hunter Lab62.2998-2.2815-36.4513
CIE-Lab68.61531.1992-37.6324

#79aaeb color RGB value is (121,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 11101011
Octal 171 252 353
Decimal 121 170 235
Hex 79 AA EB

RGB Percentages of Color #79aaeb

%23.00
%32.32
%44.68

CMYK Percentages of Color #79aaeb

%49
%28
%0
%8

Triadic Colors of #79aaeb

#79aaeb #eb79aa #aaeb79

Analogous Colors of #79aaeb

#79aaeb #8179eb #79e3eb

Monochromatic Colors of #79aaeb

#79aaeb

Complementary Color

#79aaeb #ebba79

#79aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aaeb Color CSS Codes

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

#79aaeb Text Font Color

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

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


#79aaeb Background Color

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

This div background color is #79aaeb


#79aaeb Border Color

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

This div border color is #79aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aaeb


Comments

No comments written yet.

Please login to write comment.