Color Hex Logo

#789ebf Color Hex

#789EBF
(120,158,191)
0 Favorites   0 Comments

Color spaces of #789ebf

RGB 120158191
HSL0.580.360.61
HSV208°37°75°
CMYK 0.370.170.00   0.25
XYZ29.376632.208453.9587
Yxy32.20840.25420.2788
Hunter Lab56.7524-6.9204-16.6446
CIE-Lab63.5148-4.6781-21.1751

#789ebf color RGB value is (120,158,191).

#789ebf hex color red value is 120, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #789ebf hue: 0.58 , saturation: 0.36 and the lightness value of 789ebf is 0.61.

The process color (four color CMYK) of #789ebf color hex is 0.37, 0.17, 0.00, 0.25. Web safe color of #789ebf is #6699cc. Color #789ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011110 10111111
Octal 170 236 277
Decimal 120 158 191
Hex 78 9E BF

RGB Percentages of Color #789ebf

%25.59
%33.69
%40.72

CMYK Percentages of Color #789ebf

%37
%17
%0
%25

Triadic Colors of #789ebf

#789ebf #bf789e #9ebf78

Analogous Colors of #789ebf

#789ebf #787bbf #78bfbd

Monochromatic Colors of #789ebf

#789ebf

Complementary Color

#789ebf #bf9978

#789ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#789ebf Color CSS Codes

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

#789ebf Text Font Color

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

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


#789ebf Background Color

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

This div background color is #789ebf


#789ebf Border Color

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

This div border color is #789ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789ebf


Comments

No comments written yet.

Please login to write comment.