Color Hex Logo

#789aef Color Hex

#789AEF
(120,154,239)
0 Favorites   0 Comments

Color spaces of #789aef

RGB 120154239
HSL0.620.790.70
HSV223°50°94°
CMYK 0.500.360.00   0.06
XYZ34.881333.336386.2575
Yxy33.33630.22580.2158
Hunter Lab57.73766.7973-48.1604
CIE-Lab64.432311.2858-46.3821

#789aef color RGB value is (120,154,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 11101111
Octal 170 232 357
Decimal 120 154 239
Hex 78 9A EF

RGB Percentages of Color #789aef

%23.39
%30.02
%46.59

CMYK Percentages of Color #789aef

%50
%36
%0
%6

Triadic Colors of #789aef

#789aef #ef789a #9aef78

Analogous Colors of #789aef

#789aef #9278ef #78d6ef

Monochromatic Colors of #789aef

#789aef

Complementary Color

#789aef #efcd78

#789aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#789aef Color CSS Codes

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

#789aef Text Font Color

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

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


#789aef Background Color

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

This div background color is #789aef


#789aef Border Color

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

This div border color is #789aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789aef


Comments

No comments written yet.

Please login to write comment.