Color Hex Logo

#799beb Color Hex

#799BEB
(121,155,235)
0 Favorites   0 Comments

Color spaces of #799beb

RGB 121155235
HSL0.620.740.70
HSV222°49°92°
CMYK 0.490.340.00   0.08
XYZ34.601933.505883.2408
Yxy33.50580.22860.2214
Hunter Lab57.88425.4060-44.7435
CIE-Lab64.56849.7408-43.9644

#799beb color RGB value is (121,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011011 11101011
Octal 171 233 353
Decimal 121 155 235
Hex 79 9B EB

RGB Percentages of Color #799beb

%23.68
%30.33
%45.99

CMYK Percentages of Color #799beb

%49
%34
%0
%8

Triadic Colors of #799beb

#799beb #eb799b #9beb79

Analogous Colors of #799beb

#799beb #9079eb #79d4eb

Monochromatic Colors of #799beb

#799beb

Complementary Color

#799beb #ebc979

#799beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#799beb Color CSS Codes

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

#799beb Text Font Color

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

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


#799beb Background Color

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

This div background color is #799beb


#799beb Border Color

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

This div border color is #799beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799beb


Comments

No comments written yet.

Please login to write comment.