Color Hex Logo

#798ebc Color Hex

#798EBC
(121,142,188)
0 Favorites   0 Comments

Color spaces of #798ebc

RGB 121142188
HSL0.610.330.61
HSV221°36°74°
CMYK 0.360.240.00   0.26
XYZ26.635327.041851.3927
Yxy27.04180.25350.2574
Hunter Lab52.00170.4247-22.1944
CIE-Lab59.01303.8654-26.3870

#798ebc color RGB value is (121,142,188).

#798ebc hex color red value is 121, green value is 142 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #798ebc hue: 0.61 , saturation: 0.33 and the lightness value of 798ebc is 0.61.

The process color (four color CMYK) of #798ebc color hex is 0.36, 0.24, 0.00, 0.26. Web safe color of #798ebc is #6699cc. Color #798ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001110 10111100
Octal 171 216 274
Decimal 121 142 188
Hex 79 8E BC

RGB Percentages of Color #798ebc

%26.83
%31.49
%41.69

CMYK Percentages of Color #798ebc

%36
%24
%0
%26

Triadic Colors of #798ebc

#798ebc #bc798e #8ebc79

Analogous Colors of #798ebc

#798ebc #8679bc #79b0bc

Monochromatic Colors of #798ebc

#798ebc

Complementary Color

#798ebc #bca779

#798ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#798ebc Color CSS Codes

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

#798ebc Text Font Color

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

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


#798ebc Background Color

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

This div background color is #798ebc


#798ebc Border Color

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

This div border color is #798ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798ebc


Comments

No comments written yet.

Please login to write comment.