Color Hex Logo

#7889aa Color Hex

#7889AA
(120,137,170)
0 Favorites   0 Comments

Color spaces of #7889aa

RGB 120137170
HSL0.610.230.57
HSV220°29°67°
CMYK 0.290.190.00   0.33
XYZ23.947124.786741.5524
Yxy24.78670.26520.2745
Hunter Lab49.7862-1.2677-14.6340
CIE-Lab56.86701.7152-19.4365

#7889aa color RGB value is (120,137,170).

#7889aa hex color red value is 120, green value is 137 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7889aa hue: 0.61 , saturation: 0.23 and the lightness value of 7889aa is 0.57.

The process color (four color CMYK) of #7889aa color hex is 0.29, 0.19, 0.00, 0.33. Web safe color of #7889aa is #669999. Color #7889aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001001 10101010
Octal 170 211 252
Decimal 120 137 170
Hex 78 89 AA

RGB Percentages of Color #7889aa

%28.10
%32.08
%39.81

CMYK Percentages of Color #7889aa

%29
%19
%0
%33

Triadic Colors of #7889aa

#7889aa #aa7889 #89aa78

Analogous Colors of #7889aa

#7889aa #8078aa #78a2aa

Monochromatic Colors of #7889aa

#7889aa

Complementary Color

#7889aa #aa9978

#7889aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7889aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7889aa Color CSS Codes

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

#7889aa Text Font Color

<p style="color:#7889aa">Text here</p>

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


#7889aa Background Color

<div style="background-color:#7889aa">
Div content here</div>

This div background color is #7889aa


#7889aa Border Color

<div style="border:3px solid #7889aa">
Div here</div>

This div border color is #7889aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,137,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7889aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7889aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7889aa;
  box-shadow:         1px 1px 3px 2px #7889aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7889aa


Comments

No comments written yet.

Please login to write comment.