Color Hex Logo

#7897ae Color Hex

#7897AE
(120,151,174)
0 Favorites   0 Comments

Color spaces of #7897ae

RGB 120151174
HSL0.570.250.58
HSV206°31°68°
CMYK 0.310.130.00   0.32
XYZ26.452329.182344.2830
Yxy29.18230.26470.2921
Hunter Lab54.0206-7.1300-10.7881
CIE-Lab60.9422-5.2011-15.5209

#7897ae color RGB value is (120,151,174).

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

The process color (four color CMYK) of #7897ae color hex is 0.31, 0.13, 0.00, 0.32. Web safe color of #7897ae is #669999. Color #7897ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010111 10101110
Octal 170 227 256
Decimal 120 151 174
Hex 78 97 AE

RGB Percentages of Color #7897ae

%26.97
%33.93
%39.10

CMYK Percentages of Color #7897ae

%31
%13
%0
%32

Triadic Colors of #7897ae

#7897ae #ae7897 #97ae78

Analogous Colors of #7897ae

#7897ae #787cae #78aeaa

Monochromatic Colors of #7897ae

#7897ae

Complementary Color

#7897ae #ae8f78

#7897ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7897ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7897ae Color CSS Codes

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

#7897ae Text Font Color

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

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


#7897ae Background Color

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

This div background color is #7897ae


#7897ae Border Color

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

This div border color is #7897ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7897ae


Comments

No comments written yet.

Please login to write comment.