Color Hex Logo

#79aaea Color Hex

#79AAEA
(121,170,234)
0 Favorites   0 Comments

Color spaces of #79aaea

RGB 121170234
HSL0.590.730.70
HSV214°48°92°
CMYK 0.480.270.00   0.08
XYZ37.111238.754983.3664
Yxy38.75490.23310.2434
Hunter Lab62.2534-2.5341-35.8205
CIE-Lab68.57330.9077-37.1513

#79aaea color RGB value is (121,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 11101010
Octal 171 252 352
Decimal 121 170 234
Hex 79 AA EA

RGB Percentages of Color #79aaea

%23.05
%32.38
%44.57

CMYK Percentages of Color #79aaea

%48
%27
%0
%8

Triadic Colors of #79aaea

#79aaea #ea79aa #aaea79

Analogous Colors of #79aaea

#79aaea #8179ea #79e3ea

Monochromatic Colors of #79aaea

#79aaea

Complementary Color

#79aaea #eab979

#79aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aaea Color CSS Codes

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

#79aaea Text Font Color

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

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


#79aaea Background Color

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

This div background color is #79aaea


#79aaea Border Color

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

This div border color is #79aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aaea


Comments

No comments written yet.

Please login to write comment.