Color Hex Logo

#79aede Color Hex

#79AEDE
(121,174,222)
0 Favorites   0 Comments

Color spaces of #79aede

RGB 121174222
HSL0.580.600.67
HSV209°45°87°
CMYK 0.450.220.00   0.13
XYZ36.206039.611074.8447
Yxy39.61100.24030.2629
Hunter Lab62.9373-7.4543-26.4513
CIE-Lab69.1916-4.7528-29.6257

#79aede color RGB value is (121,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101110 11011110
Octal 171 256 336
Decimal 121 174 222
Hex 79 AE DE

RGB Percentages of Color #79aede

%23.40
%33.66
%42.94

CMYK Percentages of Color #79aede

%45
%22
%0
%13

Triadic Colors of #79aede

#79aede #de79ae #aede79

Analogous Colors of #79aede

#79aede #797cde #79dedc

Monochromatic Colors of #79aede

#79aede

Complementary Color

#79aede #dea979

#79aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aede Color CSS Codes

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

#79aede Text Font Color

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

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


#79aede Background Color

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

This div background color is #79aede


#79aede Border Color

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

This div border color is #79aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aede


Comments

No comments written yet.

Please login to write comment.