Color Hex Logo

#799bcc Color Hex

#799BCC
(121,155,204)
0 Favorites   0 Comments

Color spaces of #799bcc

RGB 121155204
HSL0.600.450.64
HSV215°41°80°
CMYK 0.410.240.00   0.20
XYZ30.505631.867361.6699
Yxy31.86730.24590.2569
Hunter Lab56.4511-2.3299-25.2554
CIE-Lab63.23310.8125-28.8670

#799bcc color RGB value is (121,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011011 11001100
Octal 171 233 314
Decimal 121 155 204
Hex 79 9B CC

RGB Percentages of Color #799bcc

%25.21
%32.29
%42.50

CMYK Percentages of Color #799bcc

%41
%24
%0
%20

Triadic Colors of #799bcc

#799bcc #cc799b #9bcc79

Analogous Colors of #799bcc

#799bcc #8179cc #79c5cc

Monochromatic Colors of #799bcc

#799bcc

Complementary Color

#799bcc #ccaa79

#799bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#799bcc Color CSS Codes

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

#799bcc Text Font Color

<p style="color:#799bcc">Text here</p>

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


#799bcc Background Color

<div style="background-color:#799bcc">
Div content here</div>

This div background color is #799bcc


#799bcc Border Color

<div style="border:3px solid #799bcc">
Div here</div>

This div border color is #799bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,155,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 #799bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799bcc


Comments

No comments written yet.

Please login to write comment.