Color Hex Logo

#799bea Color Hex

#799BEA
(121,155,234)
0 Favorites   0 Comments

Color spaces of #799bea

RGB 121155234
HSL0.620.730.70
HSV222°48°92°
CMYK 0.480.340.00   0.08
XYZ34.457833.448282.4819
Yxy33.44820.22910.2224
Hunter Lab57.83445.1402-44.0737
CIE-Lab64.52229.4436-43.4866

#799bea color RGB value is (121,155,234).

#799bea hex color red value is 121, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #799bea hue: 0.62 , saturation: 0.73 and the lightness value of 799bea is 0.70.

The process color (four color CMYK) of #799bea color hex is 0.48, 0.34, 0.00, 0.08. Web safe color of #799bea is #6699ff. Color #799bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011011 11101010
Octal 171 233 352
Decimal 121 155 234
Hex 79 9B EA

RGB Percentages of Color #799bea

%23.73
%30.39
%45.88

CMYK Percentages of Color #799bea

%48
%34
%0
%8

Triadic Colors of #799bea

#799bea #ea799b #9bea79

Analogous Colors of #799bea

#799bea #9079ea #79d4ea

Monochromatic Colors of #799bea

#799bea

Complementary Color

#799bea #eac879

#799bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#799bea Color CSS Codes

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

#799bea Text Font Color

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

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


#799bea Background Color

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

This div background color is #799bea


#799bea Border Color

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

This div border color is #799bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799bea


Comments

No comments written yet.

Please login to write comment.