Color Hex Logo

#79aada Color Hex

#79AADA
(121,170,218)
0 Favorites   0 Comments

Color spaces of #79aada

RGB 121170218
HSL0.580.570.66
HSV210°44°85°
CMYK 0.440.220.00   0.15
XYZ34.914837.876471.8003
Yxy37.87640.24150.2620
Hunter Lab61.5438-6.4357-26.0902
CIE-Lab67.9294-3.6735-29.3754

#79aada color RGB value is (121,170,218).

#79aada hex color red value is 121, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #79aada hue: 0.58 , saturation: 0.57 and the lightness value of 79aada is 0.66.

The process color (four color CMYK) of #79aada color hex is 0.44, 0.22, 0.00, 0.15. Web safe color of #79aada is #6699cc. Color #79aada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 11011010
Octal 171 252 332
Decimal 121 170 218
Hex 79 AA DA

RGB Percentages of Color #79aada

%23.77
%33.40
%42.83

CMYK Percentages of Color #79aada

%44
%22
%0
%15

Triadic Colors of #79aada

#79aada #da79aa #aada79

Analogous Colors of #79aada

#79aada #797ada #79dada

Monochromatic Colors of #79aada

#79aada

Complementary Color

#79aada #daa979

#79aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aada Color CSS Codes

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

#79aada Text Font Color

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

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


#79aada Background Color

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

This div background color is #79aada


#79aada Border Color

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

This div border color is #79aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aada


Comments

No comments written yet.

Please login to write comment.