Color Hex Logo

#7898ac Color Hex

#7898AC
(120,152,172)
0 Favorites   0 Comments

Color spaces of #7898ac

RGB 120152172
HSL0.560.240.57
HSV203°30°67°
CMYK 0.300.120.00   0.33
XYZ26.420429.428143.3174
Yxy29.42810.26640.2968
Hunter Lab54.2477-7.9981-9.3704
CIE-Lab61.1576-6.2609-14.0645

#7898ac color RGB value is (120,152,172).

#7898ac hex color red value is 120, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7898ac hue: 0.56 , saturation: 0.24 and the lightness value of 7898ac is 0.57.

The process color (four color CMYK) of #7898ac color hex is 0.30, 0.12, 0.00, 0.33. Web safe color of #7898ac is #669999. Color #7898ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011000 10101100
Octal 170 230 254
Decimal 120 152 172
Hex 78 98 AC

RGB Percentages of Color #7898ac

%27.03
%34.23
%38.74

CMYK Percentages of Color #7898ac

%30
%12
%0
%33

Triadic Colors of #7898ac

#7898ac #ac7898 #98ac78

Analogous Colors of #7898ac

#7898ac #787eac #78aca6

Monochromatic Colors of #7898ac

#7898ac

Complementary Color

#7898ac #ac8c78

#7898ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7898ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7898ac Color CSS Codes

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

#7898ac Text Font Color

<p style="color:#7898ac">Text here</p>

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


#7898ac Background Color

<div style="background-color:#7898ac">
Div content here</div>

This div background color is #7898ac


#7898ac Border Color

<div style="border:3px solid #7898ac">
Div here</div>

This div border color is #7898ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,152,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7898ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7898ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7898ac;
  box-shadow:         1px 1px 3px 2px #7898ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7898ac


Comments

No comments written yet.

Please login to write comment.