Color Hex Logo

#799bda Color Hex

#799BDA
(121,155,218)
0 Favorites   0 Comments

Color spaces of #799bda

RGB 121155218
HSL0.610.570.66
HSV219°44°85°
CMYK 0.440.290.00   0.15
XYZ32.261432.569670.9159
Yxy32.56960.23770.2399
Hunter Lab57.06981.0335-33.7259
CIE-Lab63.81094.7676-35.7586

#799bda color RGB value is (121,155,218).

#799bda hex color red value is 121, green value is 155 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #799bda hue: 0.61 , saturation: 0.57 and the lightness value of 799bda is 0.66.

The process color (four color CMYK) of #799bda color hex is 0.44, 0.29, 0.00, 0.15. Web safe color of #799bda is #6699cc. Color #799bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011011 11011010
Octal 171 233 332
Decimal 121 155 218
Hex 79 9B DA

RGB Percentages of Color #799bda

%24.49
%31.38
%44.13

CMYK Percentages of Color #799bda

%44
%29
%0
%15

Triadic Colors of #799bda

#799bda #da799b #9bda79

Analogous Colors of #799bda

#799bda #8879da #79ccda

Monochromatic Colors of #799bda

#799bda

Complementary Color

#799bda #dab879

#799bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#799bda Color CSS Codes

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

#799bda Text Font Color

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

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


#799bda Background Color

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

This div background color is #799bda


#799bda Border Color

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

This div border color is #799bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799bda


Comments

No comments written yet.

Please login to write comment.