Color Hex Logo

#79aabb Color Hex

#79AABB
(121,170,187)
0 Favorites   0 Comments

Color spaces of #79aabb

RGB 121170187
HSL0.540.330.60
HSV195°35°73°
CMYK 0.350.090.00   0.27
XYZ31.229536.402352.3941
Yxy36.40230.26020.3033
Hunter Lab60.3343-13.1921-9.2532
CIE-Lab66.8262-11.9884-13.9209

#79aabb color RGB value is (121,170,187).

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

The process color (four color CMYK) of #79aabb color hex is 0.35, 0.09, 0.00, 0.27. Web safe color of #79aabb is #6699cc. Color #79aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 10111011
Octal 171 252 273
Decimal 121 170 187
Hex 79 AA BB

RGB Percentages of Color #79aabb

%25.31
%35.56
%39.12

CMYK Percentages of Color #79aabb

%35
%9
%0
%27

Triadic Colors of #79aabb

#79aabb #bb79aa #aabb79

Analogous Colors of #79aabb

#79aabb #7989bb #79bbab

Monochromatic Colors of #79aabb

#79aabb

Complementary Color

#79aabb #bb8a79

#79aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aabb Color CSS Codes

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

#79aabb Text Font Color

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

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


#79aabb Background Color

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

This div background color is #79aabb


#79aabb Border Color

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

This div border color is #79aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aabb


Comments

No comments written yet.

Please login to write comment.