Color Hex Logo

#789abb Color Hex

#789ABB
(120,154,187)
0 Favorites   0 Comments

Color spaces of #789abb

RGB 120154187
HSL0.580.330.60
HSV210°36°73°
CMYK 0.360.180.00   0.27
XYZ28.271030.692151.4478
Yxy30.69210.25610.2780
Hunter Lab55.4005-5.8618-16.2795
CIE-Lab62.2468-3.5084-20.8671

#789abb color RGB value is (120,154,187).

#789abb hex color red value is 120, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #789abb hue: 0.58 , saturation: 0.33 and the lightness value of 789abb is 0.60.

The process color (four color CMYK) of #789abb color hex is 0.36, 0.18, 0.00, 0.27. Web safe color of #789abb is #6699cc. Color #789abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 10111011
Octal 170 232 273
Decimal 120 154 187
Hex 78 9A BB

RGB Percentages of Color #789abb

%26.03
%33.41
%40.56

CMYK Percentages of Color #789abb

%36
%18
%0
%27

Triadic Colors of #789abb

#789abb #bb789a #9abb78

Analogous Colors of #789abb

#789abb #7879bb #78bbbb

Monochromatic Colors of #789abb

#789abb

Complementary Color

#789abb #bb9978

#789abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#789abb Color CSS Codes

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

#789abb Text Font Color

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

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


#789abb Background Color

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

This div background color is #789abb


#789abb Border Color

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

This div border color is #789abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789abb

#789abb Color Palettes


Comments

No comments written yet.

Please login to write comment.