Color Hex Logo

#789298 Color Hex

#789298
(120,146,152)
0 Favorites   0 Comments

Color spaces of #789298

RGB 120146152
HSL0.530.130.53
HSV191°21°60°
CMYK 0.210.040.00   0.40
XYZ23.692126.817833.6334
Yxy26.81780.28160.3187
Hunter Lab51.7859-8.9614-2.2570
CIE-Lab58.8053-7.7644-6.2223

#789298 color RGB value is (120,146,152).

#789298 hex color red value is 120, green value is 146 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #789298 hue: 0.53 , saturation: 0.13 and the lightness value of 789298 is 0.53.

The process color (four color CMYK) of #789298 color hex is 0.21, 0.04, 0.00, 0.40. Web safe color of #789298 is #669999. Color #789298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010010 10011000
Octal 170 222 230
Decimal 120 146 152
Hex 78 92 98

RGB Percentages of Color #789298

%28.71
%34.93
%36.36

CMYK Percentages of Color #789298

%21
%4
%0
%40

Triadic Colors of #789298

#789298 #987892 #929878

Analogous Colors of #789298

#789298 #788298 #78988e

Monochromatic Colors of #789298

#789298

Complementary Color

#789298 #987e78

#789298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789298 Color CSS Codes

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

#789298 Text Font Color

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

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


#789298 Background Color

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

This div background color is #789298


#789298 Border Color

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

This div border color is #789298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789298


Comments

No comments written yet.

Please login to write comment.