Color Hex Logo

#79aeda Color Hex

#79AEDA
(121,174,218)
0 Favorites   0 Comments

Color spaces of #79aeda

RGB 121174218
HSL0.580.570.66
HSV207°44°85°
CMYK 0.440.200.00   0.15
XYZ35.676139.399072.0541
Yxy39.39900.24250.2678
Hunter Lab62.7686-8.3902-24.1228
CIE-Lab69.0393-5.8735-27.6666

#79aeda color RGB value is (121,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101110 11011010
Octal 171 256 332
Decimal 121 174 218
Hex 79 AE DA

RGB Percentages of Color #79aeda

%23.59
%33.92
%42.50

CMYK Percentages of Color #79aeda

%44
%20
%0
%15

Triadic Colors of #79aeda

#79aeda #da79ae #aeda79

Analogous Colors of #79aeda

#79aeda #797eda #79dad6

Monochromatic Colors of #79aeda

#79aeda

Complementary Color

#79aeda #daa579

#79aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aeda Color CSS Codes

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

#79aeda Text Font Color

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

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


#79aeda Background Color

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

This div background color is #79aeda


#79aeda Border Color

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

This div border color is #79aeda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,174,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 #79aeda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aeda


Comments

No comments written yet.

Please login to write comment.