Color Hex Logo

#798aeb Color Hex

#798AEB
(121,138,235)
0 Favorites   0 Comments

Color spaces of #798aeb

RGB 121138235
HSL0.640.740.70
HSV231°49°92°
CMYK 0.490.410.00   0.08
XYZ31.969028.240182.3632
Yxy28.24010.22420.1981
Hunter Lab53.141414.3852-54.6938
CIE-Lab60.105019.6842-51.0149

#798aeb color RGB value is (121,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 11101011
Octal 171 212 353
Decimal 121 138 235
Hex 79 8A EB

RGB Percentages of Color #798aeb

%24.49
%27.94
%47.57

CMYK Percentages of Color #798aeb

%49
%41
%0
%8

Triadic Colors of #798aeb

#798aeb #eb798a #8aeb79

Analogous Colors of #798aeb

#798aeb #a179eb #79c3eb

Monochromatic Colors of #798aeb

#798aeb

Complementary Color

#798aeb #ebda79

#798aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#798aeb Color CSS Codes

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

#798aeb Text Font Color

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

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


#798aeb Background Color

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

This div background color is #798aeb


#798aeb Border Color

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

This div border color is #798aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798aeb


Comments

No comments written yet.

Please login to write comment.