Color Hex Logo

#789698 Color Hex

#789698
(120,150,152)
0 Favorites   0 Comments

Color spaces of #789698

RGB 120150152
HSL0.510.130.53
HSV184°21°60°
CMYK 0.210.010.00   0.40
XYZ24.319628.072833.8426
Yxy28.07280.28200.3255
Hunter Lab52.9838-10.7899-0.7820
CIE-Lab59.9545-9.9637-4.5207

#789698 color RGB value is (120,150,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010110 10011000
Octal 170 226 230
Decimal 120 150 152
Hex 78 96 98

RGB Percentages of Color #789698

%28.44
%35.55
%36.02

CMYK Percentages of Color #789698

%21
%1
%0
%40

Triadic Colors of #789698

#789698 #987896 #969878

Analogous Colors of #789698

#789698 #788698 #78988a

Monochromatic Colors of #789698

#789698

Complementary Color

#789698 #987a78

#789698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789698 Color CSS Codes

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

#789698 Text Font Color

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

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


#789698 Background Color

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

This div background color is #789698


#789698 Border Color

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

This div border color is #789698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789698


Comments

No comments written yet.

Please login to write comment.