Color Hex Logo

#798aef Color Hex

#798AEF
(121,138,239)
0 Favorites   0 Comments

Color spaces of #798aef

RGB 121138239
HSL0.640.790.71
HSV231°49°94°
CMYK 0.490.420.00   0.06
XYZ32.553628.473985.4416
Yxy28.47390.22230.1944
Hunter Lab53.360915.5148-57.5826
CIE-Lab60.314520.8881-52.8964

#798aef color RGB value is (121,138,239).

#798aef hex color red value is 121, green value is 138 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #798aef hue: 0.64 , saturation: 0.79 and the lightness value of 798aef is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 11101111
Octal 171 212 357
Decimal 121 138 239
Hex 79 8A EF

RGB Percentages of Color #798aef

%24.30
%27.71
%47.99

CMYK Percentages of Color #798aef

%49
%42
%0
%6

Triadic Colors of #798aef

#798aef #ef798a #8aef79

Analogous Colors of #798aef

#798aef #a379ef #79c5ef

Monochromatic Colors of #798aef

#798aef

Complementary Color

#798aef #efde79

#798aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#798aef Color CSS Codes

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

#798aef Text Font Color

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

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


#798aef Background Color

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

This div background color is #798aef


#798aef Border Color

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

This div border color is #798aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798aef


Comments

No comments written yet.

Please login to write comment.