Color Hex Logo

#789db5 Color Hex

#789DB5
(120,157,181)
0 Favorites   0 Comments

Color spaces of #789db5

RGB 120157181
HSL0.570.290.59
HSV204°34°71°
CMYK 0.340.130.00   0.29
XYZ28.143231.443248.3019
Yxy31.44320.26090.2914
Hunter Lab56.0742-8.5422-11.8200
CIE-Lab62.8800-6.7411-16.5333

#789db5 color RGB value is (120,157,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011101 10110101
Octal 170 235 265
Decimal 120 157 181
Hex 78 9D B5

RGB Percentages of Color #789db5

%26.20
%34.28
%39.52

CMYK Percentages of Color #789db5

%34
%13
%0
%29

Triadic Colors of #789db5

#789db5 #b5789d #9db578

Analogous Colors of #789db5

#789db5 #787fb5 #78b5af

Monochromatic Colors of #789db5

#789db5

Complementary Color

#789db5 #b59078

#789db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789db5 Color CSS Codes

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

#789db5 Text Font Color

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

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


#789db5 Background Color

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

This div background color is #789db5


#789db5 Border Color

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

This div border color is #789db5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789db5


Comments

No comments written yet.

Please login to write comment.