Color Hex Logo

#798eec Color Hex

#798EEC
(121,142,236)
0 Favorites   0 Comments

Color spaces of #798eec

RGB 121142236
HSL0.640.750.70
HSV229°49°93°
CMYK 0.490.400.00   0.07
XYZ32.698529.467183.3212
Yxy29.46710.22480.2025
Hunter Lab54.283612.5257-53.0071
CIE-Lab61.191717.6254-49.8452

#798eec color RGB value is (121,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001110 11101100
Octal 171 216 354
Decimal 121 142 236
Hex 79 8E EC

RGB Percentages of Color #798eec

%24.25
%28.46
%47.29

CMYK Percentages of Color #798eec

%49
%40
%0
%7

Triadic Colors of #798eec

#798eec #ec798e #8eec79

Analogous Colors of #798eec

#798eec #9e79ec #79c8ec

Monochromatic Colors of #798eec

#798eec

Complementary Color

#798eec #ecd779

#798eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#798eec Color CSS Codes

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

#798eec Text Font Color

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

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


#798eec Background Color

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

This div background color is #798eec


#798eec Border Color

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

This div border color is #798eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798eec


Comments

No comments written yet.

Please login to write comment.