Color Hex Logo

#7897aa Color Hex

#7897AA
(120,151,170)
0 Favorites   0 Comments

Color spaces of #7897aa

RGB 120151170
HSL0.560.230.57
HSV203°29°67°
CMYK 0.290.110.00   0.33
XYZ26.068029.028642.2594
Yxy29.02860.26780.2982
Hunter Lab53.8782-7.9228-8.7894
CIE-Lab60.8069-6.2064-13.4618

#7897aa color RGB value is (120,151,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010111 10101010
Octal 170 227 252
Decimal 120 151 170
Hex 78 97 AA

RGB Percentages of Color #7897aa

%27.21
%34.24
%38.55

CMYK Percentages of Color #7897aa

%29
%11
%0
%33

Triadic Colors of #7897aa

#7897aa #aa7897 #97aa78

Analogous Colors of #7897aa

#7897aa #787eaa #78aaa4

Monochromatic Colors of #7897aa

#7897aa

Complementary Color

#7897aa #aa8b78

#7897aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7897aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7897aa Color CSS Codes

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

#7897aa Text Font Color

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

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


#7897aa Background Color

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

This div background color is #7897aa


#7897aa Border Color

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

This div border color is #7897aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,151,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 #7897aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7897aa


Comments

No comments written yet.

Please login to write comment.