Color Hex Logo

#798aee Color Hex

#798AEE
(121,138,238)
0 Favorites   0 Comments

Color spaces of #798aee

RGB 121138238
HSL0.640.770.70
HSV231°49°93°
CMYK 0.490.420.00   0.07
XYZ32.406328.415084.6656
Yxy28.41500.22270.1953
Hunter Lab53.305715.2310-56.8564
CIE-Lab60.261820.5866-52.4270

#798aee color RGB value is (121,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 11101110
Octal 171 212 356
Decimal 121 138 238
Hex 79 8A EE

RGB Percentages of Color #798aee

%24.35
%27.77
%47.89

CMYK Percentages of Color #798aee

%49
%42
%0
%7

Triadic Colors of #798aee

#798aee #ee798a #8aee79

Analogous Colors of #798aee

#798aee #a379ee #79c5ee

Monochromatic Colors of #798aee

#798aee

Complementary Color

#798aee #eedd79

#798aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#798aee Color CSS Codes

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

#798aee Text Font Color

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

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


#798aee Background Color

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

This div background color is #798aee


#798aee Border Color

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

This div border color is #798aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,138,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798aee


Comments

No comments written yet.

Please login to write comment.