Color Hex Logo

#798acd Color Hex

#798ACD
(121,138,205)
0 Favorites   0 Comments

Color spaces of #798acd

RGB 121138205
HSL0.630.460.64
HSV228°41°80°
CMYK 0.410.330.00   0.20
XYZ27.993126.649761.4261
Yxy26.64970.24120.2296
Hunter Lab51.62336.4519-34.4122
CIE-Lab58.648710.9038-36.5528

#798acd color RGB value is (121,138,205).

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

The process color (four color CMYK) of #798acd color hex is 0.41, 0.33, 0.00, 0.20. Web safe color of #798acd is #6699cc. Color #798acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 11001101
Octal 171 212 315
Decimal 121 138 205
Hex 79 8A CD

RGB Percentages of Color #798acd

%26.08
%29.74
%44.18

CMYK Percentages of Color #798acd

%41
%33
%0
%20

Triadic Colors of #798acd

#798acd #cd798a #8acd79

Analogous Colors of #798acd

#798acd #9279cd #79b4cd

Monochromatic Colors of #798acd

#798acd

Complementary Color

#798acd #cdbc79

#798acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#798acd Color CSS Codes

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

#798acd Text Font Color

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

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


#798acd Background Color

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

This div background color is #798acd


#798acd Border Color

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

This div border color is #798acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798acd


Comments

No comments written yet.

Please login to write comment.