Color Hex Logo

#7898b5 Color Hex

#7898B5
(120,152,181)
0 Favorites   0 Comments

Color spaces of #7898b5

RGB 120152181
HSL0.580.290.59
HSV209°34°71°
CMYK 0.340.160.00   0.29
XYZ27.314529.785748.0257
Yxy29.78570.25980.2833
Hunter Lab54.5763-6.1723-13.9703
CIE-Lab61.4689-3.9624-18.6750

#7898b5 color RGB value is (120,152,181).

#7898b5 hex color red value is 120, green value is 152 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #7898b5 hue: 0.58 , saturation: 0.29 and the lightness value of 7898b5 is 0.59.

The process color (four color CMYK) of #7898b5 color hex is 0.34, 0.16, 0.00, 0.29. Web safe color of #7898b5 is #6699cc. Color #7898b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011000 10110101
Octal 170 230 265
Decimal 120 152 181
Hex 78 98 B5

RGB Percentages of Color #7898b5

%26.49
%33.55
%39.96

CMYK Percentages of Color #7898b5

%34
%16
%0
%29

Triadic Colors of #7898b5

#7898b5 #b57898 #98b578

Analogous Colors of #7898b5

#7898b5 #787ab5 #78b5b4

Monochromatic Colors of #7898b5

#7898b5

Complementary Color

#7898b5 #b59578

#7898b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7898b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7898b5 Color CSS Codes

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

#7898b5 Text Font Color

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

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


#7898b5 Background Color

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

This div background color is #7898b5


#7898b5 Border Color

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

This div border color is #7898b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7898b5


Comments

No comments written yet.

Please login to write comment.