Color Hex Logo

#789eef Color Hex

#789EEF
(120,158,239)
0 Favorites   0 Comments

Color spaces of #789eef

RGB 120158239
HSL0.610.790.70
HSV221°50°94°
CMYK 0.500.340.00   0.06
XYZ35.552634.678886.4812
Yxy34.67880.22690.2213
Hunter Lab58.88874.7097-45.8484
CIE-Lab65.49788.9748-44.7048

#789eef color RGB value is (120,158,239).

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

The process color (four color CMYK) of #789eef color hex is 0.50, 0.34, 0.00, 0.06. Web safe color of #789eef is #6699ff. Color #789eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011110 11101111
Octal 170 236 357
Decimal 120 158 239
Hex 78 9E EF

RGB Percentages of Color #789eef

%23.21
%30.56
%46.23

CMYK Percentages of Color #789eef

%50
%34
%0
%6

Triadic Colors of #789eef

#789eef #ef789e #9eef78

Analogous Colors of #789eef

#789eef #8e78ef #78daef

Monochromatic Colors of #789eef

#789eef

Complementary Color

#789eef #efc978

#789eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#789eef Color CSS Codes

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

#789eef Text Font Color

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

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


#789eef Background Color

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

This div background color is #789eef


#789eef Border Color

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

This div border color is #789eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789eef


Comments

No comments written yet.

Please login to write comment.