Color Hex Logo

#798ced Color Hex

#798CED
(121,140,237)
0 Favorites   0 Comments

Color spaces of #798ced

RGB 121140237
HSL0.640.760.70
HSV230°49°93°
CMYK 0.490.410.00   0.07
XYZ32.549328.935583.9903
Yxy28.93550.22370.1989
Hunter Lab53.791713.8746-54.9211
CIE-Lab60.724719.1047-51.1388

#798ced color RGB value is (121,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001100 11101101
Octal 171 214 355
Decimal 121 140 237
Hex 79 8C ED

RGB Percentages of Color #798ced

%24.30
%28.11
%47.59

CMYK Percentages of Color #798ced

%49
%41
%0
%7

Triadic Colors of #798ced

#798ced #ed798c #8ced79

Analogous Colors of #798ced

#798ced #a079ed #79c6ed

Monochromatic Colors of #798ced

#798ced

Complementary Color

#798ced #edda79

#798ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#798ced Color CSS Codes

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

#798ced Text Font Color

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

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


#798ced Background Color

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

This div background color is #798ced


#798ced Border Color

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

This div border color is #798ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798ced


Comments

No comments written yet.

Please login to write comment.