Color Hex Logo

#7998cc Color Hex

#7998CC
(121,152,204)
0 Favorites   0 Comments

Color spaces of #7998cc

RGB 121152204
HSL0.600.450.64
HSV218°41°80°
CMYK 0.410.250.00   0.20
XYZ30.012530.881161.5056
Yxy30.88110.24520.2523
Hunter Lab55.5708-0.8451-26.7225
CIE-Lab62.40712.5179-30.1440

#7998cc color RGB value is (121,152,204).

#7998cc hex color red value is 121, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7998cc hue: 0.60 , saturation: 0.45 and the lightness value of 7998cc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011000 11001100
Octal 171 230 314
Decimal 121 152 204
Hex 79 98 CC

RGB Percentages of Color #7998cc

%25.37
%31.87
%42.77

CMYK Percentages of Color #7998cc

%41
%25
%0
%20

Triadic Colors of #7998cc

#7998cc #cc7998 #98cc79

Analogous Colors of #7998cc

#7998cc #8479cc #79c2cc

Monochromatic Colors of #7998cc

#7998cc

Complementary Color

#7998cc #ccad79

#7998cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7998cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7998cc Color CSS Codes

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

#7998cc Text Font Color

<p style="color:#7998cc">Text here</p>

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


#7998cc Background Color

<div style="background-color:#7998cc">
Div content here</div>

This div background color is #7998cc


#7998cc Border Color

<div style="border:3px solid #7998cc">
Div here</div>

This div border color is #7998cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,152,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7998cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7998cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7998cc;
  box-shadow:         1px 1px 3px 2px #7998cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7998cc

#7998cc Color Palettes


Comments

No comments written yet.

Please login to write comment.