Color Hex Logo

#789da5 Color Hex

#789DA5
(120,157,165)
0 Favorites   0 Comments

Color spaces of #789da5

RGB 120157165
HSL0.530.200.56
HSV191°27°65°
CMYK 0.270.050.00   0.35
XYZ26.594230.823640.1452
Yxy30.82360.27260.3159
Hunter Lab55.5190-11.6548-4.0087
CIE-Lab62.3584-10.7230-8.3120

#789da5 color RGB value is (120,157,165).

#789da5 hex color red value is 120, green value is 157 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #789da5 hue: 0.53 , saturation: 0.20 and the lightness value of 789da5 is 0.56.

The process color (four color CMYK) of #789da5 color hex is 0.27, 0.05, 0.00, 0.35. Web safe color of #789da5 is #669999. Color #789da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011101 10100101
Octal 170 235 245
Decimal 120 157 165
Hex 78 9D A5

RGB Percentages of Color #789da5

%27.15
%35.52
%37.33

CMYK Percentages of Color #789da5

%27
%5
%0
%35

Triadic Colors of #789da5

#789da5 #a5789d #9da578

Analogous Colors of #789da5

#789da5 #7887a5 #78a597

Monochromatic Colors of #789da5

#789da5

Complementary Color

#789da5 #a58078

#789da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789da5 Color CSS Codes

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

#789da5 Text Font Color

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

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


#789da5 Background Color

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

This div background color is #789da5


#789da5 Border Color

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

This div border color is #789da5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,157,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #789da5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #789da5;
  -webkit-box-shadow: 1px 1px 3px 2px #789da5;
  box-shadow:         1px 1px 3px 2px #789da5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789da5


Comments

No comments written yet.

Please login to write comment.